From 5a34ac846be467e80e24d04a8683d16924c43b36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Fri, 10 Dec 2021 12:08:43 +0100 Subject: Repair event position in week. --- static/style.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'static/style.scss') diff --git a/static/style.scss b/static/style.scss index 2ae55a31..e4aa527f 100644 --- a/static/style.scss +++ b/static/style.scss @@ -507,7 +507,8 @@ along with their colors. * This makes the borders of the object be part of the size. * Making placing it on the correct line much simpler. */ -.clock, .days .event, .eventlike { +.clock, .eventlike, +.days vevent-block { position: absolute; box-sizing: border-box; margin: 0; -- cgit v1.2.3