aboutsummaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/style.css')
-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;