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