diff --git a/apps/client/src/widgets/type_widgets/Attachment.css b/apps/client/src/widgets/type_widgets/Attachment.css
index 014a00b6e5..413d294599 100644
--- a/apps/client/src/widgets/type_widgets/Attachment.css
+++ b/apps/client/src/widgets/type_widgets/Attachment.css
@@ -127,10 +127,6 @@
/* #region Attachment actions */
-.attachment-actions .dropdown-menu {
- width: 20em;
-}
-
.attachment-actions .dropdown-item .tn-icon {
position: relative;
top: 3px;
diff --git a/apps/client/src/widgets/type_widgets/Attachment.tsx b/apps/client/src/widgets/type_widgets/Attachment.tsx
index 95bc3c340c..041814589c 100644
--- a/apps/client/src/widgets/type_widgets/Attachment.tsx
+++ b/apps/client/src/widgets/type_widgets/Attachment.tsx
@@ -239,6 +239,8 @@ function AttachmentActions({ attachment, copyAttachmentLinkToClipboard }: { atta
text={}
buttonClassName="icon-action-always-border"
iconAction
+ dropdownContainerClassName="mobile-bottom-menu"
+ mobileBackdrop
>