Skip to content

Commit 0ccc701

Browse files
authored
fix(DesignerV2): Fixed run with payload popover positioning issue (#8784)
Fixed css issue
1 parent d23ea67 commit 0ccc701

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/designer-v2/src/lib/core/DesignerProvider.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export const DesignerProvider = ({ id, locale = 'en', options, children }: Desig
5656
<div
5757
data-color-scheme={themeName}
5858
className={`msla-theme-${themeName}`}
59-
style={{ display: 'flex', flexDirection: 'column', height: 'inherit', overflow: 'hidden' }}
59+
style={{ display: 'flex', flexDirection: 'column', height: 'inherit', overflow: 'clip' }}
6060
>
6161
<IntlProvider
6262
locale={locale}

0 commit comments

Comments
 (0)