web/timeline: don't allow confirmation modals to overflow

This commit is contained in:
Tulir Asokan 2024-10-28 16:12:34 +02:00
parent 65234a8214
commit 97b9f3248f

View file

@ -77,6 +77,7 @@ div.confirm-message-modal {
margin: .5rem 0;
padding-left: .5rem;
border-left: 2px solid #ccc;
overflow: auto;
> div.timeline-event {
margin: 0;