Skip to content

Instantly share code, notes, and snippets.

@janzikmund
Created October 26, 2018 21:02
Show Gist options
  • Save janzikmund/0c6e2c59cfd6c240e9bd3fc3e6d47b73 to your computer and use it in GitHub Desktop.
Save janzikmund/0c6e2c59cfd6c240e9bd3fc3e6d47b73 to your computer and use it in GitHub Desktop.
ie11.scss
/**
* IE 10, 11 fixes
*/
// general fixes
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
}
// bound with media queries
@media all and (-ms-high-contrast: none) and (min-height: 790px), (-ms-high-contrast: active) and (min-height: 790px) {
// stretch container to full height
#container { height: 100vh; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment