style: add overflow-y on all modals

This commit is contained in:
Miodec 2024-03-15 11:10:38 +01:00
parent ecfbe3a290
commit c124f9bd67

View file

@ -33,6 +33,8 @@
max-height: 100%;
max-width: 300px;
color: var(--text-color);
overflow-y: scroll;
@extend .ffscroll;
}
}