aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-08-14 01:48:39 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-08-14 01:48:39 +0200
commitf2068d28f24164d850983a26ad98f46078be1217 (patch)
treea8b8d92f5a65acfb4bb7988707a2f32329b252a1 /static
parentAdd popup dropshadows. (diff)
downloadcalp-f2068d28f24164d850983a26ad98f46078be1217.tar.gz
calp-f2068d28f24164d850983a26ad98f46078be1217.tar.xz
Popup style improvement, add tab for repeats.
Diffstat (limited to 'static')
-rw-r--r--static/style.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/style.scss b/static/style.scss
index a70f5a76..cdca3a55 100644
--- a/static/style.scss
+++ b/static/style.scss
@@ -717,7 +717,7 @@ along with their colors.
max-width: 100%;
}
- article {
+ .eventtext {
/* makes the text in the popup scroll, but not the sidebar */
overflow-y: auto;
padding: 1em;