Skip to content

Commit

Permalink
Move dropdown transform origin to top edge (mastodon#6091)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpsdqs authored and Gargron committed Dec 23, 2017
1 parent e2aa48d commit bcaaea0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/javascript/styles/mastodon/components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@

.dropdown-menu {
position: absolute;
transform-origin: 50% 0;
}

.dropdown--active .icon-button {
Expand Down Expand Up @@ -2943,6 +2944,7 @@ button.icon-button.active i.fa-retweet {
border-radius: 4px;
margin-left: 40px;
overflow: hidden;
transform-origin: 50% 0;
}

.privacy-dropdown__option {
Expand Down

0 comments on commit bcaaea0

Please sign in to comment.