From 0e5ccf0e28a1a8b2a0c72b035a3057b0d6fc78b8 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Sat, 19 Feb 2022 18:23:24 +0100 Subject: Make lightbox background click-through --- src/objects/_lightbox.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/objects/_lightbox.scss b/src/objects/_lightbox.scss index 6d83f01..25776f4 100644 --- a/src/objects/_lightbox.scss +++ b/src/objects/_lightbox.scss @@ -50,6 +50,11 @@ gap: fn.dim(--spacing); position: relative; height: 100%; + pointer-events: none; + + > * { + pointer-events: initial; + } @include iro.bem-elem('footer') { grid-area: footer; -- cgit v1.2.3-54-g00ecf