From 62f08bec4e5fe208ee9481029ab83f15ed8b8a01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Thu, 9 Dec 2021 19:17:30 +0100 Subject: CSS to prevent event blocks from overflowing. --- static/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static') diff --git a/static/style.scss b/static/style.scss index e0a7e21e..a76a76c2 100644 --- a/static/style.scss +++ b/static/style.scss @@ -541,7 +541,7 @@ along with their colors. vevent-block, .event { transition: 0.3s; font-size: var(--event-font-size); - overflow: visible; + overflow: hidden; background-color: var(--color); color: var(--complement); -- cgit v1.2.3