From 656b261946372ff12d55ceefc3d3b4c9de5230ac Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Thu, 25 Dec 2025 05:10:20 +0200 Subject: [PATCH] style/note attachments: fix the context menu getting clipped --- apps/client/src/widgets/type_widgets/Attachment.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/client/src/widgets/type_widgets/Attachment.css b/apps/client/src/widgets/type_widgets/Attachment.css index ce0ae8856..ed0ab5f79 100644 --- a/apps/client/src/widgets/type_widgets/Attachment.css +++ b/apps/client/src/widgets/type_widgets/Attachment.css @@ -25,6 +25,10 @@ overflow: hidden; } +.attachment-detail-wrapper.list-view { + overflow: visible; +} + .attachment-title { font-size: 1.1rem; margin: 0;