Skip to content

Commit

Permalink
Merge pull request #1099 from pattern-lab/fix/ie-11-height-fix
Browse files Browse the repository at this point in the history
UIKIt CSS Hotfix for IE 11
  • Loading branch information
sghoweri committed Nov 14, 2019
2 parents 4242d1f + f50678d commit 0a16355
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/uikit-workshop/src/sass/scss/02-base/_body.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
.pl-c-html {
min-height: 100%;
display: flex;
height: 100%; // fix for IE 11
}

.pl-c-body {
Expand Down Expand Up @@ -37,4 +38,4 @@
--theme-text-rgb: 38, 40, 41;
--theme-primary: white;
--theme-border: #ddd;
}
}

0 comments on commit 0a16355

Please sign in to comment.