mirror of https://github.com/zulip/zulip.git
css: Remove unused Bootstrap dropdown-backdrop rules.
This commit is contained in:
parent
4395c54c23
commit
73aca658f6
|
@ -430,14 +430,6 @@ input:focus:invalid:focus {
|
|||
.open > .dropdown-menu {
|
||||
display: block;
|
||||
}
|
||||
.dropdown-backdrop {
|
||||
position: fixed;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
top: 0;
|
||||
z-index: 990;
|
||||
}
|
||||
.typeahead {
|
||||
z-index: 1051;
|
||||
margin-top: 2px;
|
||||
|
|
|
@ -427,14 +427,6 @@ input:focus:invalid:focus {
|
|||
.open > .dropdown-menu {
|
||||
display: block;
|
||||
}
|
||||
.dropdown-backdrop {
|
||||
position: fixed;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
top: 0;
|
||||
z-index: 990;
|
||||
}
|
||||
.typeahead {
|
||||
z-index: 1051;
|
||||
margin-top: 2px;
|
||||
|
|
Loading…
Reference in New Issue