From 161594d4bc3c7af665fc00e1f2ccbfb01c463456 Mon Sep 17 00:00:00 2001 From: Freeplay Date: Sat, 25 Feb 2023 01:18:21 -0500 Subject: [PATCH] Fix 'close' button in posts not sticking to bottom thanmk you overlfow clip --- packages/client/src/style.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/client/src/style.scss b/packages/client/src/style.scss index ea76118a27..819bbecb5a 100644 --- a/packages/client/src/style.scss +++ b/packages/client/src/style.scss @@ -155,6 +155,10 @@ hr { box-shadow: 0px 4px 32px var(--shadow) !important; } +.swiper { + overflow: clip !important; +} + ._button { appearance: none; display: inline-block;