mirror of
https://github.com/pi-hole/web.git
synced 2026-05-14 20:50:17 +01:00
Fixed issue #329
This commit is contained in:
Vendored
+2
-2
@@ -152,9 +152,9 @@ $(function () {
|
||||
//Add slimscroll to navbar dropdown
|
||||
if (o.navbarMenuSlimscroll && typeof $.fn.slimscroll != 'undefined') {
|
||||
$(".navbar .menu").slimscroll({
|
||||
height: "200px",
|
||||
height: o.navbarMenuHeight,
|
||||
alwaysVisible: false,
|
||||
size: "3px"
|
||||
size: o.navbarMenuSlimscrollWidth
|
||||
}).css("width", "100%");
|
||||
}
|
||||
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user