From 5990f264fb4dbf598ef6e58b346ee69157ef6bfc Mon Sep 17 00:00:00 2001 From: Miodec Date: Sat, 16 Mar 2024 17:00:06 +0100 Subject: [PATCH] style(modal): overflow auto --- frontend/src/styles/popups.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/styles/popups.scss b/frontend/src/styles/popups.scss index e5b18f0d0..d1095e502 100644 --- a/frontend/src/styles/popups.scss +++ b/frontend/src/styles/popups.scss @@ -33,7 +33,7 @@ max-height: 100%; max-width: 300px; color: var(--text-color); - overflow-y: scroll; + overflow-y: auto; @extend .ffscroll; & > .title {