aboutsummaryrefslogtreecommitdiff
path: root/static/style.scss
diff options
context:
space:
mode:
Diffstat (limited to 'static/style.scss')
-rw-r--r--static/style.scss2
1 files changed, 1 insertions, 1 deletions
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);