aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-07-09 16:51:20 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-07-09 16:51:20 +0200
commit080470b1428a0ca58a9ed7eb7aac8050f26543a2 (patch)
tree7382d975411371bd456a8e100dfc39fe3e848b7d /static
parentJavascript now sends the description on event creation. (diff)
downloadcalp-080470b1428a0ca58a9ed7eb7aac8050f26543a2.tar.gz
calp-080470b1428a0ca58a9ed7eb7aac8050f26543a2.tar.xz
HTML Download tab now div instead of article.
Diffstat (limited to 'static')
-rw-r--r--static/style.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css
index f7b8fbfa..f4a076fa 100644
--- a/static/style.css
+++ b/static/style.css
@@ -643,7 +643,9 @@ along with their colors.
min-height: 20ch;
}
-.popup article {
+.popup article,
+.popup div
+{
/* makes the text in the popup scroll, but not the sidebar */
overflow-y: auto;
padding: 1em;