diff --git a/templates/base.html.tera b/templates/base.html.tera
index 3db7324..3882252 100644
--- a/templates/base.html.tera
+++ b/templates/base.html.tera
@@ -29,17 +29,6 @@
color: #5c6773;
}
- /* remove scrollbar */
- html {
- overflow: scroll;
- overflow-x: hidden;
- scrollbar-width: none;
- }
- ::-webkit-scrollbar {
- width: 0px;
- background: transparent;
- }
-
::selection {
/* text selection color
make sure to change to your your preferred color if changing the default colorscheme */