mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-20 10:33:41 -05:00
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;
|
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);
|
||||||
|
|
Loading…
Add table
Reference in a new issue