Theme: CSS adjustment to restore icon-only submenu functionality on the Fixed menu.

This commit is contained in:
Nate 2019-09-02 16:20:07 -06:00
parent 836fb87136
commit db75acc3c3
1 changed files with 1 additions and 1 deletions

View File

@ -248,7 +248,7 @@ $default_login = ($_REQUEST['login'] == 'default') ? true : false;
/* MENU: BEGIN ******************************************************************/ /* MENU: BEGIN ******************************************************************/
/* help bootstrap v4 menu be scrollable on mobile */ /* help bootstrap v4 menu be scrollable on mobile */
@media screen and (max-width: 1000px) { @media screen and (max-width: 575px) {
.navbar-collapse { .navbar-collapse {
max-height: calc(100vh - 60px); max-height: calc(100vh - 60px);
overflow-y: auto; overflow-y: auto;