From e12af184bbed9e4cd709822ff7d2bcaa92870a7c Mon Sep 17 00:00:00 2001 From: Yugkumar Ashishkumar Mistry <139417149+Yug-Mistry@users.noreply.github.com> Date: Tue, 23 Jul 2024 16:16:47 +0530 Subject: [PATCH] fix: resolve trailing image issue in gallery component new style added in storybook.css Note: there is not embedded class --- styles/storybook.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/styles/storybook.css b/styles/storybook.css index 5fe5dec9..5e43cfe7 100644 --- a/styles/storybook.css +++ b/styles/storybook.css @@ -63,3 +63,7 @@ } } } + +.sbdocs-preview > div > div { + @apply overflow-hidden; +}