From e6f0455e4d3e2222e08602f1d94d0711fec1f978 Mon Sep 17 00:00:00 2001 From: cyrilphoenix Date: Mon, 29 Oct 2018 15:41:19 +0100 Subject: [PATCH] change scroll bar size --- assets/css/adminlte/_AdminLTE-nextdom.scss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/assets/css/adminlte/_AdminLTE-nextdom.scss b/assets/css/adminlte/_AdminLTE-nextdom.scss index a62dc8705..cd89d29c4 100644 --- a/assets/css/adminlte/_AdminLTE-nextdom.scss +++ b/assets/css/adminlte/_AdminLTE-nextdom.scss @@ -31,9 +31,11 @@ body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { .main-header { z-index: 1030; } +::-webkit-scrollbar { + width: 5px; +} ::-webkit-scrollbar-thumb { - width: 80px; - border-radius: 3px; + border-radius: 5px; } ::-webkit-scrollbar-corner { background-color: transparent;