From 93d95a8dfcf18c53ee149c4a3d306b3a342efbd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=BCneyt=20=C5=9Eent=C3=BCrk?= Date: Mon, 15 Feb 2021 13:48:12 +0300 Subject: [PATCH] close #1860 Fixed: Search dropdown breaks when screensize =< 575px --- public/css/custom.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/public/css/custom.css b/public/css/custom.css index 8ba877a0f..3b5652bea 100644 --- a/public/css/custom.css +++ b/public/css/custom.css @@ -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;