chore: scrollbars, alignment, overlays

This commit is contained in:
Cory Dransfeldt 2024-10-05 18:01:42 -07:00
parent 60f48549cd
commit 7a79133124
No known key found for this signature in database
3 changed files with 27 additions and 4 deletions

View file

@ -14,7 +14,7 @@
inset: 0;
overflow-y: scroll;
border-radius: var(--border-radius-slight);
padding: var(--spacing-lg) var(--spacing-2xl);
padding: var(--spacing-lg) var(--spacing-base);
@media screen and (min-width: 768px) {
max-height: 75%;
@ -48,6 +48,7 @@
.modal-toggle,
.modal-close {
cursor: pointer;
display: inline-flex;
vertical-align: middle;
& svg {