mirror of
https://github.com/flarum/framework.git
synced 2024-11-25 08:43:21 +08:00
fix: discussion page showing horizontal scroll on iOS (#3821)
Co-authored-by: David Wheatley <david@davwheat.dev>
This commit is contained in:
parent
3accdc322c
commit
80b34d1164
|
@ -6,6 +6,13 @@
|
|||
}
|
||||
}
|
||||
|
||||
// Fix to prevent horizontal scrolling bug on iOS
|
||||
@media @phone {
|
||||
html {
|
||||
overflow-x: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
body {
|
||||
background: var(--body-bg);
|
||||
color: var(--text-color);
|
||||
|
|
Loading…
Reference in New Issue
Block a user