From 03331033ea7105f4f7adbae639c22efa98fa8017 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Fri, 10 Dec 2021 00:12:52 +0100 Subject: Better handling of popup visibility. --- static/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static/style.scss') diff --git a/static/style.scss b/static/style.scss index a76a76c2..847ffb16 100644 --- a/static/style.scss +++ b/static/style.scss @@ -778,7 +778,7 @@ popup-element { box-shadow: gray 10px 10px 10px; - &.visible { + &[visible] { display: block; } -- cgit v1.2.3