mirror of
https://github.com/flarum/core.git
synced 2025-08-01 22:20:21 +02:00
fix: discussion page showing horizontal scroll on iOS (#3821)
Co-authored-by: David Wheatley <david@davwheat.dev>
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user