From 717d02bae8be51fbcb81b73a865165f0d8f0a109 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 27 Apr 2020 15:21:07 +0200 Subject: Change scroll behaviour in popups. --- static/style.css | 2 ++ 1 file changed, 2 insertions(+) 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 { -- cgit v1.2.3