diff --git a/theme-dark/templates/base.html b/theme-dark/templates/base.html
index f893dd0..d027bbc 100644
--- a/theme-dark/templates/base.html
+++ b/theme-dark/templates/base.html
@@ -18,6 +18,11 @@
scrollbar-width: none;
}
+ body::-webkit-scrollbar {
+ width: 0;
+ height: 0;
+ }
+
a {
color: rgba(255, 255, 255, 0.8);
text-decoration: none;