Files
SkinbaseNova/public/legacy/js/mmenu/dist/css/addons/jquery.mmenu.autoheight.css
2026-02-07 08:23:18 +01:00

11 lines
344 B
CSS

/*
jQuery.mmenu autoHeight addon CSS
*/
.mm-menu.mm-top.mm-autoheight, .mm-menu.mm-bottom.mm-autoheight {
max-height: 80%; }
.mm-menu.mm-top.mm-autoheight.mm-fullscreen, .mm-menu.mm-bottom.mm-autoheight.mm-fullscreen {
max-height: 100%; }
.mm-menu.mm-measureheight > .mm-panel {
bottom: auto !important;
height: auto !important; }