From 00a044bbf6aecab3ccfc49d4b0126b9d565cce89 Mon Sep 17 00:00:00 2001 From: Blessing Philips Date: Wed, 2 Aug 2023 14:03:07 +0100 Subject: [PATCH] fix: add overflow to popup to make it scrollable Signed-off-by: Blessing Philips --- src/components/popup/popup.scss | 1 + 1 file changed, 1 insertion(+) 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;