Commit 143427b8 authored by Mark Otto's avatar Mark Otto

Merge pull request #11330 from maxwellium/patch-1

fixing offcanvas example for chrome
parents a15a6dfa 56aa2af6
...@@ -2,7 +2,8 @@ ...@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment