From 63babd37c81bbc5443ed82c2fce409dd58b01b13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 27 Apr 2020 22:34:40 +0200 Subject: Eventlist now only scrolls vertically. --- static/style.css | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'static') diff --git a/static/style.css b/static/style.css index f787d971..0072c5f7 100644 --- a/static/style.css +++ b/static/style.css @@ -129,12 +129,10 @@ The sidebar with all the events .eventlist { min-height: 0; - overflow: scroll; -} - -.eventlist { - overflow: scroll; + overflow: auto; border-top: 3px solid var(--gray); + /* mostly for long links */ + word-break: break-word; } .eventlist article { -- cgit v1.2.3