diff --git a/src/frontend/apps/impress/src/features/docs/doc-comments/styles.tsx b/src/frontend/apps/impress/src/features/docs/doc-comments/styles.tsx index 2c8596ba4..e1f26d288 100644 --- a/src/frontend/apps/impress/src/features/docs/doc-comments/styles.tsx +++ b/src/frontend/apps/impress/src/features/docs/doc-comments/styles.tsx @@ -335,7 +335,7 @@ export const DocsCommentsStyle = createGlobalStyle<{ max-width: 100%; width: 100%; min-width: 0; - overflow: visible; + overflow: hidden; padding: var(--c--globals--spacings--xxs) var(--c--globals--spacings--xxxs); border: none; border-radius: 0;