aboutsummaryrefslogtreecommitdiff
path: root/static/style.scss
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2021-12-09 19:17:30 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2021-12-09 19:17:30 +0100
commit62f08bec4e5fe208ee9481029ab83f15ed8b8a01 (patch)
treec44d3d84383792b42727908c47ea9c718770e7b0 /static/style.scss
parent<datetime> no longer crashes. (diff)
downloadcalp-62f08bec4e5fe208ee9481029ab83f15ed8b8a01.tar.gz
calp-62f08bec4e5fe208ee9481029ab83f15ed8b8a01.tar.xz
CSS to prevent event blocks from overflowing.
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);