Skip to content

Instantly share code, notes, and snippets.

@oleksapro
Last active September 14, 2015 07:16
Show Gist options
  • Save oleksapro/3ecd5ed986e33502723b to your computer and use it in GitHub Desktop.
Save oleksapro/3ecd5ed986e33502723b to your computer and use it in GitHub Desktop.
css, ie
1. http://stackoverflow.com/questions/23724419/background-attachmentfixed-internet-explorer-11-odd-up-down-jiggle
only for body
body {
background-attachment: fixed;
}
2. не дергается если убрать z-index: -1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment