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

11 lines
348 B
CSS

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