chore: mobile modal styles

This commit is contained in:
Cory Dransfeldt 2024-08-03 14:27:51 -07:00
parent c1107483c9
commit 0462a19913
No known key found for this signature in database
3 changed files with 4 additions and 4 deletions

View file

@ -9,7 +9,6 @@
& .modal-body {
position: fixed;
background: var(--background-color);
border: 1px solid var(--gray-light);
height: 100%;
width: 100%;
inset: 0;
@ -85,5 +84,6 @@
max-height: 75%;
max-width: 75%;
inset: 12.5%;
border: 1px solid var(--gray-light);
}
}