Skip to content

Instantly share code, notes, and snippets.

@javierarques
Created July 9, 2014 11:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save javierarques/3491cfa0ff126b4c1bf1 to your computer and use it in GitHub Desktop.
Save javierarques/3491cfa0ff126b4c1bf1 to your computer and use it in GitHub Desktop.
Chrome fix for background-attachment fixed with Zurb Foundation off-canvas menu
html, body, main{
-webkit-backface-visibility: visible;
height: 100%;
}
// off-canvas fix
.off-canvas-wrap, .inner-wrap{
-webkit-backface-visibility: visible;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment