mirror of
https://github.com/flarum/core.git
synced 2025-08-03 15:07:53 +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 {
|
body {
|
||||||
background: var(--body-bg);
|
background: var(--body-bg);
|
||||||
color: var(--text-color);
|
color: var(--text-color);
|
||||||
|
Reference in New Issue
Block a user