mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Adjust this size a bit for a more comfortable fit.
This commit is contained in:
parent
731b7a8c0b
commit
19a4caeafe
@ -29,7 +29,7 @@ document.write('<script type="text/javascript" src="/themes/nervecenter/javascri
|
||||
// jQuery function to define dropdown menu size
|
||||
jQuery(document).ready(function () {
|
||||
var hwindow = '';
|
||||
hwindow = (jQuery(window).height()-100);
|
||||
hwindow = (jQuery(window).height()-35);
|
||||
// Force the size dropdown menu
|
||||
jQuery('#navigation ul li ul').css('max-height', hwindow);
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user