diff --git a/src/static/web/css/admin.css b/src/static/web/css/admin.css index 869c735c..8875e608 100644 --- a/src/static/web/css/admin.css +++ b/src/static/web/css/admin.css @@ -1,16 +1,15 @@ ::-webkit-scrollbar { - width:6px; - height:6px -} -::-webkit-scrollbar-thumb { - background:#dee2e6 + width:8px; + height:10px } ::-webkit-scrollbar-track { background:#f5f5f5 } +::-webkit-scrollbar-thumb { + background:#dee2e6 +} * { font-size:14px; - scrollbar-color:#dee2e6 #f5f5f5; scrollbar-width:thin } body { diff --git a/src/static/web/css/style.css b/src/static/web/css/style.css index 689332d5..01a4106b 100644 --- a/src/static/web/css/style.css +++ b/src/static/web/css/style.css @@ -1,15 +1,14 @@ ::-webkit-scrollbar { - width:6px; - height:6px -} -::-webkit-scrollbar-thumb { - background:#dee2e6 + width:8px; + height:10px } ::-webkit-scrollbar-track { background:#f5f5f5 } +::-webkit-scrollbar-thumb { + background:#dee2e6 +} * { - scrollbar-color:#dee2e6 #f5f5f5; scrollbar-width:thin } body {