diff --git a/source/static/style.css b/source/static/style.css index 330ee1d..b47a8f3 100644 --- a/source/static/style.css +++ b/source/static/style.css @@ -42,9 +42,15 @@ h2{ height: 80vh; overflow-y: scroll; + scrollbar-width: none; } +::-webkit-scrollbar { + width: 0px; + background: transparent; +} + #content { margin: 0px;