Remove min-height for ModalComponent

This commit is contained in:
David Cook
2024-02-06 15:00:29 +11:00
parent 6189feadaa
commit b3692d7468

View File

@@ -3,6 +3,8 @@
visibility: visible;
position: fixed;
top: 3em;
min-height: auto; // reset from reveal-modal
&.in {
padding: 1.2rem;
}