Theme: CSS adjustment to restore icon-only submenu functionality on the Fixed menu.
This commit is contained in:
parent
836fb87136
commit
db75acc3c3
|
|
@ -248,7 +248,7 @@ $default_login = ($_REQUEST['login'] == 'default') ? true : false;
|
|||
/* MENU: BEGIN ******************************************************************/
|
||||
|
||||
/* help bootstrap v4 menu be scrollable on mobile */
|
||||
@media screen and (max-width: 1000px) {
|
||||
@media screen and (max-width: 575px) {
|
||||
.navbar-collapse {
|
||||
max-height: calc(100vh - 60px);
|
||||
overflow-y: auto;
|
||||
|
|
|
|||
Loading…
Reference in New Issue