Skip to content

Instantly share code, notes, and snippets.

@dmelechow
Created November 19, 2019 13:44
Show Gist options
  • Select an option

  • Save dmelechow/2de025d1f2e22d5e09791936c4f3de07 to your computer and use it in GitHub Desktop.

Select an option

Save dmelechow/2de025d1f2e22d5e09791936c4f3de07 to your computer and use it in GitHub Desktop.
.parent {
position: fixed;
top: 50%;
transform: translateY(-50%);
}
.child {
position: absolute;
top: 10px;
right: 10px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment