summaryrefslogtreecommitdiffhomepage
path: root/themes/luci-theme-material/htdocs/luci-static/material/js/script.js
diff options
context:
space:
mode:
authorshunjou <shunjou@gmail.com>2018-12-01 13:00:16 -0500
committershunjou <shunjou@gmail.com>2018-12-05 09:29:24 -0500
commitdba2462fe19924b667b47e7e2ceca642baacfadb (patch)
tree343df01f46ba20fa60e9d41ceeb2ad7f35da99af /themes/luci-theme-material/htdocs/luci-static/material/js/script.js
parent4f2b80e109031e4e538f09a8beca52cf8e0fd6b5 (diff)
luci-theme-material: partial style overhaul
* Restore theme to near original style * Properly declare variable fallbacks * More consistent table and border styling * Improve responsive design scaling * Add static ripple effect to sidebar menu * Style command output as terminal * Comb coding style and widespread cleanup * Various other improvements and fixes Signed-off-by: Shun Jou <shunjou@gmail.com>
Diffstat (limited to 'themes/luci-theme-material/htdocs/luci-static/material/js/script.js')
-rwxr-xr-xthemes/luci-theme-material/htdocs/luci-static/material/js/script.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/luci-theme-material/htdocs/luci-static/material/js/script.js b/themes/luci-theme-material/htdocs/luci-static/material/js/script.js
index 27bb5ac038..3c25ed712d 100755
--- a/themes/luci-theme-material/htdocs/luci-static/material/js/script.js
+++ b/themes/luci-theme-material/htdocs/luci-static/material/js/script.js
@@ -159,7 +159,7 @@
$(".main-left").stop(true).animate({
width: "0"
}, "fast");
- $(".main-right").css("overflow-y", "auto");
+ $(".main-right").css("overflow-y", "visible");
showSide = false;
} else {
$(".darkMask").stop(true).fadeIn("fast");
@@ -179,7 +179,7 @@
$(".main-left").stop(true).animate({
width: "0"
}, "fast");
- $(".main-right").css("overflow-y", "auto");
+ $(".main-right").css("overflow-y", "visible");
}
});