From b5f44113b593ec4969c5afe9c95e24789ec501cb Mon Sep 17 00:00:00 2001 From: Avior Date: Tue, 5 Apr 2022 11:52:42 +0200 Subject: [PATCH] fix: Force Popup to have 0 margin Signed-off-by: Avior --- src/Popup/Popup.module.styl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Popup/Popup.module.styl b/src/Popup/Popup.module.styl index c6a1857..4e26b3b 100644 --- a/src/Popup/Popup.module.styl +++ b/src/Popup/Popup.module.styl @@ -5,6 +5,7 @@ height 100% width 100% top 0 + margin 0 !important // sorry :( left 0 background rgba($lightGrayLight, .7) @media (prefers-color-scheme dark)