aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-07-12 01:19:12 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-07-12 01:19:12 +0200
commitb32db09994c1a84b22406f61557cceb66eeb5198 (patch)
treeb340423dcdfcc73c7ef5493d614e73d453bf6cf4 /static
parentRemove unused decimal_time_to_string. (diff)
downloadcalp-b32db09994c1a84b22406f61557cceb66eeb5198.tar.gz
calp-b32db09994c1a84b22406f61557cceb66eeb5198.tar.xz
Fix graphical event overflow.
Diffstat (limited to 'static')
-rw-r--r--static/style.css8
1 files changed, 8 insertions, 0 deletions
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;
}