diff --git a/src/components/popup/popup.scss b/src/components/popup/popup.scss index 1f159f00..e2e732fc 100644 --- a/src/components/popup/popup.scss +++ b/src/components/popup/popup.scss @@ -23,6 +23,7 @@ $popup-border-radius: 8px; max-height: 600px; z-index: 20; border-radius: $popup-border-radius; + overflow: auto; &__header { line-height: 60px;