mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-11 16:14:04 +02:00
otherwise content scrolls on chrome
without change, body scrolls on chrome Version 30.0.1599.101 (OSX 10.9)
This commit is contained in:
@@ -2,7 +2,8 @@
|
|||||||
* Style tweaks
|
* Style tweaks
|
||||||
* --------------------------------------------------
|
* --------------------------------------------------
|
||||||
*/
|
*/
|
||||||
html {
|
html,
|
||||||
|
body {
|
||||||
overflow-x: hidden; /* Prevent scroll on narrow devices */
|
overflow-x: hidden; /* Prevent scroll on narrow devices */
|
||||||
}
|
}
|
||||||
body {
|
body {
|
||||||
|
Reference in New Issue
Block a user