web/timeline: fix scrolling mobile context menu

This commit is contained in:
Tulir Asokan 2024-12-29 17:51:40 +02:00
parent 08a1712850
commit 622bc5d804

View file

@ -29,10 +29,12 @@ div.event-fixed-menu {
justify-content: right; justify-content: right;
flex-direction: row-reverse; flex-direction: row-reverse;
overflow-x: auto; overflow-x: auto;
overflow-y: hidden;
> button { > button {
width: 3rem; width: 3rem;
height: 3rem; height: 3rem;
flex-shrink: 0;
&.redact-button { &.redact-button {
color: var(--error-color); color: var(--error-color);