Added simplebar for more consistent scroll bars between mac and windows

This commit is contained in:
Mitchell McCaffrey
2020-04-07 18:18:08 +10:00
parent f5fe7943e9
commit fb857607db
5 changed files with 65 additions and 23 deletions
+4
View File
@@ -9,3 +9,7 @@ html {
body {
overscroll-behavior: none;
}
.simplebar-scrollbar:before {
background: #fff;
}