fix alert closing

This commit is contained in:
HF 2021-03-17 23:44:05 +01:00
parent 36e1027fb7
commit 55a7ce6d49

View File

@ -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;
}