aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-04-27 15:21:07 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-04-27 15:21:07 +0200
commit717d02bae8be51fbcb81b73a865165f0d8f0a109 (patch)
treedb5d3fed3c925d7fb5c1d91a186ce5463202c30f
parentFix current-time marker. (diff)
downloadcalp-717d02bae8be51fbcb81b73a865165f0d8f0a109.tar.gz
calp-717d02bae8be51fbcb81b73a865165f0d8f0a109.tar.xz
Change scroll behaviour in popups.
-rw-r--r--static/style.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
index e17f2715..2cfa5f8a 100644
--- a/static/style.css
+++ b/static/style.css
@@ -611,6 +611,8 @@ along with their colors.
.event-inner .popup article {
border: none;
+ /* makes the text in the popup scroll, but not the sidebar */
+ overflow-y: auto;
}
.popup .popup-control {