Fixed modal css class to display as static

This commit is contained in:
Jacob Schmidt 2026-02-25 18:17:40 -06:00
parent e4c156eb58
commit a39e634b7b

View File

@ -61,6 +61,7 @@
}
.modal {
position: static;
margin: 0;
width: min(420px, 100%);
border-radius: 12px;