Skip to content
Snippets Groups Projects
Commit 8528fd89 authored by cpsdqs's avatar cpsdqs Committed by Eugen Rochko
Browse files

Move dropdown transform origin to top edge (#6091)

parent 9592b5e3
No related branches found
No related tags found
No related merge requests found
......@@ -214,6 +214,7 @@
.dropdown-menu {
position: absolute;
transform-origin: 50% 0;
}
.dropdown--active .icon-button {
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment