From 55a7ce6d49708c0fc6da392695e90d3c4a03f9f4 Mon Sep 17 00:00:00 2001 From: HF Date: Wed, 17 Mar 2021 23:44:05 +0100 Subject: [PATCH] fix alert closing --- src/styles/default.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/default.css b/src/styles/default.css index c08b87c..28325cd 100644 --- a/src/styles/default.css +++ b/src/styles/default.css @@ -721,6 +721,6 @@ tr:nth-child(even) { visibility: hidden; } -.Modal.show, .Alert.show, .Overlay.show { +.Modal.show, .Alert.show, .OverlayAlert.show, .OverlayModal.show { opacity: 1; }