diff options
author | Volpeon <git@volpeon.ink> | 2022-02-19 18:31:12 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2022-02-19 18:31:12 +0100 |
commit | 6d56046bacceab35a4ec72e24a4eeb198546e52c (patch) | |
tree | 5cbf964e7f0ccb2ce4c07296ee5a5a65bc310e84 /src | |
parent | Make lightbox background click-through (diff) | |
download | iro-design-6d56046bacceab35a4ec72e24a4eeb198546e52c.tar.gz iro-design-6d56046bacceab35a4ec72e24a4eeb198546e52c.tar.bz2 iro-design-6d56046bacceab35a4ec72e24a4eeb198546e52c.zip |
Undo last change
Diffstat (limited to 'src')
-rw-r--r-- | src/objects/_lightbox.scss | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/objects/_lightbox.scss b/src/objects/_lightbox.scss index 25776f4..6d83f01 100644 --- a/src/objects/_lightbox.scss +++ b/src/objects/_lightbox.scss | |||
@@ -50,11 +50,6 @@ | |||
50 | gap: fn.dim(--spacing); | 50 | gap: fn.dim(--spacing); |
51 | position: relative; | 51 | position: relative; |
52 | height: 100%; | 52 | height: 100%; |
53 | pointer-events: none; | ||
54 | |||
55 | > * { | ||
56 | pointer-events: initial; | ||
57 | } | ||
58 | 53 | ||
59 | @include iro.bem-elem('footer') { | 54 | @include iro.bem-elem('footer') { |
60 | grid-area: footer; | 55 | grid-area: footer; |