From 18e2f1f90c8d8867b21d934685b1f0945a289f45 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Wed, 3 Dec 2025 18:22:52 +0200 Subject: [PATCH] fix(attachment): attachment content overlapping --- apps/client/src/widgets/type_widgets/Attachment.css | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/client/src/widgets/type_widgets/Attachment.css b/apps/client/src/widgets/type_widgets/Attachment.css index 8a6221fc7..f6cdf7e29 100644 --- a/apps/client/src/widgets/type_widgets/Attachment.css +++ b/apps/client/src/widgets/type_widgets/Attachment.css @@ -50,6 +50,7 @@ .attachment-detail-wrapper.list-view .attachment-content-wrapper { max-height: 300px; + overflow: auto; } .attachment-detail-wrapper.full-detail {