diff --git a/frontend/src/styles/popups.scss b/frontend/src/styles/popups.scss index be8aad303..40086a762 100644 --- a/frontend/src/styles/popups.scss +++ b/frontend/src/styles/popups.scss @@ -33,6 +33,8 @@ max-height: 100%; max-width: 300px; color: var(--text-color); + overflow-y: scroll; + @extend .ffscroll; } }