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 {