diff --git a/bims/static/css/fbis/navbar.css b/bims/static/css/fbis/navbar.css index 1a31357f3..647b4a43b 100644 --- a/bims/static/css/fbis/navbar.css +++ b/bims/static/css/fbis/navbar.css @@ -24,7 +24,7 @@ body, #wrap { font-size: 12pt; } -@media screen and (max-width: 1310px) { +@media screen and (max-width: 1200px) { .hr-navbar .my-2 a { font-size: 13px; padding-left: 15px; @@ -33,7 +33,7 @@ body, #wrap { width: auto !important; z-index: 9999; max-height: 250px; - overflow-y: scroll; + overflow-y: auto; } } @@ -42,7 +42,6 @@ body, #wrap { } li.dropdown-menu-item a { - padding-right: 25px; } li.dropdown-menu-item { @@ -107,4 +106,4 @@ li.dropdown-menu-item { margin-top: -5px; padding-left: 1.9rem; font-weight: 700; -} \ No newline at end of file +} diff --git a/bims/templates/fbis/navigation_bar.html b/bims/templates/fbis/navigation_bar.html index 7b7a8df4c..37e5b50b2 100644 --- a/bims/templates/fbis/navigation_bar.html +++ b/bims/templates/fbis/navigation_bar.html @@ -112,7 +112,7 @@