close #1860 Fixed: Search dropdown breaks when screensize =< 575px
This commit is contained in:
parent
087b41184b
commit
93d95a8dfc
14
public/css/custom.css
vendored
14
public/css/custom.css
vendored
@ -808,6 +808,20 @@ table .align-items-center td span.badge {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: 768px) {
|
||||||
|
.navbar.navbar-top.navbar-expand.navbar-dark.border-bottom {
|
||||||
|
z-index: 99999;
|
||||||
|
}
|
||||||
|
|
||||||
|
.dropdown-menu-xl {
|
||||||
|
min-width: 345px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.aka-select.aka-select--medium {
|
||||||
|
max-width: 294px !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.navbar-vertical.navbar-expand-xs {
|
.navbar-vertical.navbar-expand-xs {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user