diff --git a/static/style.css b/static/style.css index 95e347d..43e66a3 100644 --- a/static/style.css +++ b/static/style.css @@ -4,6 +4,10 @@ html { color: #000F0F; } +::-webkit-scrollbar { + display: none; +} + .recent { display: inline-block; left: 0; @@ -11,7 +15,6 @@ html { top: 0; width: 30%; text-align: center; - overflow: scroll; } .event {