Skip to content

Commit fc6afb6

Browse files
committed
Honor hidden state for prereg modal
1 parent fed2f68 commit fc6afb6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/styles.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -593,6 +593,10 @@ body.clawwatch-body {
593593
place-items: center;
594594
}
595595

596+
.modal-shell[hidden] {
597+
display: none !important;
598+
}
599+
596600
.modal-backdrop {
597601
position: absolute;
598602
inset: 0;

0 commit comments

Comments
 (0)