From ae027adee16f436dcc60bd2228630ecf692da450 Mon Sep 17 00:00:00 2001 From: Oluwatobi Sofela Date: Fri, 28 Aug 2026 03:01:15 +0100 Subject: [PATCH] fix: Set cs-rigg-carousel-slide margin to 0 This prevents auto-inheritance from other rulesets --- src/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/style.css b/src/style.css index 0c78d0c..e857b5c 100644 --- a/src/style.css +++ b/src/style.css @@ -146,6 +146,7 @@ .cs-rigg-carousel-slide { position: absolute; top: 0; + margin: 0; width: 100%; height: 100%; display: flex;