aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 {