From 6caf05eee2c68dd4d532159587cc4baf363eaff1 Mon Sep 17 00:00:00 2001 From: Yanlan Shen Date: Fri, 9 Nov 2018 14:57:02 +0800 Subject: luci-theme-rosy: Bug fix for network-interfaces Signed-off-by: Yanlan Shen --- themes/luci-theme-rosy/htdocs/luci-static/rosy/js/script.js | 1 + 1 file changed, 1 insertion(+) (limited to 'themes/luci-theme-rosy/htdocs/luci-static/rosy/js') diff --git a/themes/luci-theme-rosy/htdocs/luci-static/rosy/js/script.js b/themes/luci-theme-rosy/htdocs/luci-static/rosy/js/script.js index b50bc17984..11d3cd68ae 100755 --- a/themes/luci-theme-rosy/htdocs/luci-static/rosy/js/script.js +++ b/themes/luci-theme-rosy/htdocs/luci-static/rosy/js/script.js @@ -268,5 +268,6 @@ $('.logged-in .main-right').width( $(window).width() - $('.logged-in .main-left').width() - 50 ); } + $('body.logged-in').css('min-height', $(window).height()); })(jQuery); -- cgit v1.2.3