compose: Refactor dropdown-menu CSS rules.

This commit is contained in:
Tim Abbott 2023-04-28 18:43:51 -07:00
parent e4ae4c5b75
commit 798391824b
1 changed files with 4 additions and 6 deletions

View File

@ -776,16 +776,14 @@ a.compose_control_button.hide {
min-width: 0; min-width: 0;
} }
.dropup .dropdown-menu { .dropdown-menu {
top: auto; top: auto;
bottom: 100%;
left: -10px; left: -10px;
margin-bottom: 17px;
} }
.dropdown .dropdown-menu { .dropup .dropdown-menu {
top: auto; bottom: 100%;
left: -10px; margin-bottom: 17px;
} }
#compose_select_recipient_name { #compose_select_recipient_name {