From 72e0af26189981a4a1f091d8f32e6d9f251d0300 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 21 Oct 2018 12:09:23 +0200 Subject: [PATCH] Hotfix #212 --- templates/standalone/modal.lucius | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/standalone/modal.lucius b/templates/standalone/modal.lucius index 589083ece..e14dbad72 100644 --- a/templates/standalone/modal.lucius +++ b/templates/standalone/modal.lucius @@ -16,11 +16,13 @@ overflow: auto; opacity: 0; transition: all .15s ease; + pointer-events: none; &.modal--open { opacity: 1; z-index: 200; transform: translate(-50%, -50%) scale(1, 1); + pointer-events: all; } }