@@ -212,3 +212,8 @@
padding: 16px;
}
+::-webkit-scrollbar { width: 6px; height: 6px; }
+::-webkit-scrollbar-track { width: 6px; background-color: transparent;-webkit-border-radius: 2em; -moz-border-radius: 2em; border-radius: 2em; }
+::-webkit-scrollbar-thumb { background-color: rgba(33, 58, 122, 0.3); background-clip: padding-box; min-height: 28px; -webkit-border-radius: 2em; -moz-border-radius: 2em; border-radius: 2em; }
+::-webkit-scrollbar-thumb:hover { background-color: rgba(1, 15, 58, 0.3); }
+