css: Remove unused Bootstrap dropdown-backdrop rules.

This commit is contained in:
Tim Abbott 2024-01-28 15:06:13 -08:00
parent 4395c54c23
commit 73aca658f6
2 changed files with 0 additions and 16 deletions

View File

@ -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;

View File

@ -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;