style(modal): overflow auto

This commit is contained in:
Miodec 2024-03-16 17:00:06 +01:00
parent e29d280ea5
commit 5990f264fb

View file

@ -33,7 +33,7 @@
max-height: 100%;
max-width: 300px;
color: var(--text-color);
overflow-y: scroll;
overflow-y: auto;
@extend .ffscroll;
& > .title {