mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 12:50:01 +00:00
web/donate: fix horizontal scroll on mobile
This commit is contained in:
parent
1821b4b614
commit
fb1b5ffee2
1 changed files with 1 additions and 0 deletions
|
@ -56,6 +56,7 @@
|
||||||
height: max-content;
|
height: max-content;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
|
overflow-x: hidden;
|
||||||
padding: var(--padding);
|
padding: var(--padding);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue