From 8d04651c08a4123ed197eeeda6d25ecd057e8344 Mon Sep 17 00:00:00 2001 From: Davide Bongiovanni Date: Wed, 2 Nov 2016 13:40:33 +0100 Subject: [PATCH] Removed scroll overflow for now --- static/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 {