From fff924e182e28fe940767009fca894c4bb4a07c5 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Sun, 18 Feb 2024 18:12:21 -0400 Subject: css: hide reveal-text-container, not reveal-text This fixes the container div capturing pointer events that should land on the actual img tag. --- src/static/site6.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/static') diff --git a/src/static/site6.css b/src/static/site6.css index 331e68a..2bb44dd 100644 --- a/src/static/site6.css +++ b/src/static/site6.css @@ -1287,7 +1287,7 @@ img.pixelate, .pixelate img { opacity: 1; } -.reveal.revealed .reveal-text { +.reveal.revealed .reveal-text-container { display: none; } -- cgit 1.3.0-6-gf8a5