11 lines
348 B
CSS
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; }
|