mirror of https://github.com/zulip/zulip.git
compose: Refactor dropdown-menu CSS rules.
This commit is contained in:
parent
e4ae4c5b75
commit
798391824b
|
@ -776,16 +776,14 @@ a.compose_control_button.hide {
|
|||
min-width: 0;
|
||||
}
|
||||
|
||||
.dropup .dropdown-menu {
|
||||
.dropdown-menu {
|
||||
top: auto;
|
||||
bottom: 100%;
|
||||
left: -10px;
|
||||
margin-bottom: 17px;
|
||||
}
|
||||
|
||||
.dropdown .dropdown-menu {
|
||||
top: auto;
|
||||
left: -10px;
|
||||
.dropup .dropdown-menu {
|
||||
bottom: 100%;
|
||||
margin-bottom: 17px;
|
||||
}
|
||||
|
||||
#compose_select_recipient_name {
|
||||
|
|
Loading…
Reference in New Issue