2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-18 12:39:41 +03: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:
maxwellium
2013-11-01 22:51:11 +01:00
parent 99ffa28278
commit 56aa2af6e1
+2 -1
View File
@@ -2,7 +2,8 @@
* Style tweaks
* --------------------------------------------------
*/
html {
html,
body {
overflow-x: hidden; /* Prevent scroll on narrow devices */
}
body {