Skip to content

Commit

Permalink
close #1860 Fixed: Search dropdown breaks when screensize =< 575px
Browse files Browse the repository at this point in the history
  • Loading branch information
cuneytsenturk committed Feb 15, 2021
1 parent 087b411 commit 93d95a8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions public/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
position: fixed;
top: 0;
Expand Down

0 comments on commit 93d95a8

Please sign in to comment.