mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Merge pull request #11330 from maxwellium/patch-1
fixing offcanvas example for chrome
This commit is contained in:
commit
143427b8ae
1 changed files with 2 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue