From d27b7dfd8725399f1d28e499daa802ed0af8fbff Mon Sep 17 00:00:00 2001 From: Laurel Fulford Date: Mon, 18 Nov 2024 11:43:56 -0800 Subject: [PATCH 1/2] fix: remove extra scroll styles --- src/view/style.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/view/style.scss b/src/view/style.scss index f0484c99..5757a204 100644 --- a/src/view/style.scss +++ b/src/view/style.scss @@ -267,7 +267,6 @@ $width__tablet: 782px; &.newspack-lightbox-placement-top_right { .newspack-popup-wrapper { max-height: calc(100% - #{$overlay__gap}); - overflow-y: auto; } } @@ -275,7 +274,6 @@ $width__tablet: 782px; &.newspack-lightbox-placement-top { .newspack-popup-wrapper { max-height: 100%; - overflow-y: auto; } } From 6cb79f1f4ec61af31f2c2abb82e980c437ca78f5 Mon Sep 17 00:00:00 2001 From: Laurel Fulford Date: Mon, 18 Nov 2024 11:51:52 -0800 Subject: [PATCH 2/2] fix: update scroll styles --- src/view/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/view/style.scss b/src/view/style.scss index 5757a204..d866db00 100644 --- a/src/view/style.scss +++ b/src/view/style.scss @@ -71,7 +71,7 @@ $width__tablet: 782px; background: white; border: none; box-shadow: 0 0 1em 0.5em rgba(black, 0.1); - overflow-x: hidden; + overflow: hidden; position: relative; transform: none; transition: transform 0.2s ease-in-out;