aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-03-19 16:53:28 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2020-03-19 16:53:28 +0100
commit8d197e0562ff51b7e39ff85b5111612094d0c3ce (patch)
treeca3327e5f612f2114dc5ca9978f5fbe86aea8a49 /static
parentAdd relevant content to calendar table. (diff)
downloadcalp-8d197e0562ff51b7e39ff85b5111612094d0c3ce.tar.gz
calp-8d197e0562ff51b7e39ff85b5111612094d0c3ce.tar.xz
Calendar table now not larger than allowed.
Diffstat (limited to 'static')
-rw-r--r--static/style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
index d38d8833..96bd47f4 100644
--- a/static/style.css
+++ b/static/style.css
@@ -128,6 +128,11 @@ body {
NOTE that I'm not sure this is actually the
correct way to do it. */
grid-template-rows: 2em;
+ grid-auto-rows: 1fr;
+
+ max-height: 100%;
+ /* Apparently needed to ensure that parent can contain all its children */
+ min-height: 0;
}
.caltable .thead {