15 lines
428 B
CSS
Executable File
15 lines
428 B
CSS
Executable File
/*
|
|
jQuery.mmenu autoHeight addon CSS
|
|
*/
|
|
.mm-menu.mm-autoheight.mm-bottom, .mm-menu.mm-autoheight.mm-top {
|
|
max-height: 80%; }
|
|
.mm-menu.mm-autoheight.mm-bottom.mm-fullscreen, .mm-menu.mm-autoheight.mm-top.mm-fullscreen {
|
|
max-height: 100%; }
|
|
|
|
.mm-menu.mm-measureheight .mm-panel {
|
|
display: block !important; }
|
|
|
|
.mm-menu.mm-measureheight > .mm-panels > .mm-panel {
|
|
bottom: auto !important;
|
|
height: auto !important; }
|