style/note attachments: fix the context menu getting clipped

This commit is contained in:
Adorian Doran 2025-12-25 05:10:20 +02:00
parent 13fb57b46d
commit 656b261946

View File

@ -25,6 +25,10 @@
overflow: hidden;
}
.attachment-detail-wrapper.list-view {
overflow: visible;
}
.attachment-title {
font-size: 1.1rem;
margin: 0;