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;
|
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 {
|
||||||
|
|
Loading…
Reference in New Issue