From c0ccd0f5ba50b627f564a43860be845cf3407f47 Mon Sep 17 00:00:00 2001 From: "focp212@naver.com" Date: Mon, 22 Sep 2025 15:32:56 +0900 Subject: [PATCH] =?UTF-8?q?slide=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/shared/ui/assets/css/style-fix.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/shared/ui/assets/css/style-fix.css b/src/shared/ui/assets/css/style-fix.css index ba2b25a..32ee81d 100644 --- a/src/shared/ui/assets/css/style-fix.css +++ b/src/shared/ui/assets/css/style-fix.css @@ -61,3 +61,11 @@ main { margin-top: env(safe-area-inset-top); padding-bottom: env(safe-area-inset-bottom); } +.swiper-wrapper{ + display: unset; + gap: unset; + padding-bottom: unset; + overflow-x: unset; + scroll-snap-type: unset; + +}