aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-04-27 22:34:40 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-04-27 22:34:40 +0200
commit63babd37c81bbc5443ed82c2fce409dd58b01b13 (patch)
tree4186dec1e50ba5f7511c92a8347883374ae3b301
parentMade popup slightly more visually pleasing. (diff)
downloadcalp-63babd37c81bbc5443ed82c2fce409dd58b01b13.tar.gz
calp-63babd37c81bbc5443ed82c2fce409dd58b01b13.tar.xz
Eventlist now only scrolls vertically.
-rw-r--r--static/style.css8
1 files changed, 3 insertions, 5 deletions
diff --git a/static/style.css b/static/style.css
index f787d971..0072c5f7 100644
--- a/static/style.css
+++ b/static/style.css
@@ -129,12 +129,10 @@ The sidebar with all the events
.eventlist {
min-height: 0;
- overflow: scroll;
-}
-
-.eventlist {
- overflow: scroll;
+ overflow: auto;
border-top: 3px solid var(--gray);
+ /* mostly for long links */
+ word-break: break-word;
}
.eventlist article {