From d527d409a600c7c2ce973b40a208480fc97e553f Mon Sep 17 00:00:00 2001 From: Gijs Date: Sun, 6 Jun 2021 13:29:54 +0200 Subject: [PATCH] Now that the after is in the summary again, prevent pointer events isn't necessary anymore. --- static/styles/styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/styles/styles.css b/static/styles/styles.css index 48812f0..9943a3d 100644 --- a/static/styles/styles.css +++ b/static/styles/styles.css @@ -216,7 +216,7 @@ strong { display: block; content: 'show details ↓'; position: absolute; - bottom: 1px; + bottom: 0px; left: 0; right: 0; height: calc(3.5 * var(--line-height)); @@ -225,7 +225,7 @@ strong { box-sizing: border-box; font-size: 85%; padding: calc(2 * var(--line-height)) 0 0 var(--line-height); - pointer-events: none; + /* pointer-events: none; */ } details[open]::after {