forked from Mirrors/gomuks
web/timeline: fix scrolling mobile context menu
This commit is contained in:
parent
08a1712850
commit
622bc5d804
1 changed files with 2 additions and 0 deletions
|
@ -29,10 +29,12 @@ div.event-fixed-menu {
|
|||
justify-content: right;
|
||||
flex-direction: row-reverse;
|
||||
overflow-x: auto;
|
||||
overflow-y: hidden;
|
||||
|
||||
> button {
|
||||
width: 3rem;
|
||||
height: 3rem;
|
||||
flex-shrink: 0;
|
||||
|
||||
&.redact-button {
|
||||
color: var(--error-color);
|
||||
|
|
Loading…
Add table
Reference in a new issue