From 9e0733f8df1e1f0cee5f951494fa4438af4f2624 Mon Sep 17 00:00:00 2001 From: Anthony LC Date: Mon, 14 Sep 2026 15:07:04 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B(frontend)=20fix=20comment=20overla?= =?UTF-8?q?pping=20under=20other=20comments?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit A big comment could overlap with other comments, causing readability issues. This commit fixes that by ensuring comments do not overlap. --- .../apps/impress/src/features/docs/doc-comments/styles.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;