web/donate: fix horizontal scroll on mobile

This commit is contained in:
wukko 2024-09-08 20:22:07 +06:00
parent 1821b4b614
commit fb1b5ffee2
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -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);
} }