From b32db09994c1a84b22406f61557cceb66eeb5198 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Sun, 12 Jul 2020 01:19:12 +0200 Subject: Fix graphical event overflow. --- static/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'static/style.css') diff --git a/static/style.css b/static/style.css index 56e3763b..7cd36522 100644 --- a/static/style.css +++ b/static/style.css @@ -491,6 +491,14 @@ along with their colors. overflow: visible; } +.event-body { + padding: 0; + margin: 0; + width: 100%; + height: 100%; + overflow: hidden; +} + .days .event { border: 1px solid black; } -- cgit v1.2.3