Skip to content

Commit f50678d

Browse files
authored
UIKIt CSS Hotfix for IE 11
CSS hotfix for IE 11 to address the main PL container height collapsing.
1 parent 4242d1f commit f50678d

File tree

1 file changed

+2
-1
lines changed
  • packages/uikit-workshop/src/sass/scss/02-base

1 file changed

+2
-1
lines changed

packages/uikit-workshop/src/sass/scss/02-base/_body.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
.pl-c-html {
1111
min-height: 100%;
1212
display: flex;
13+
height: 100%; // fix for IE 11
1314
}
1415

1516
.pl-c-body {
@@ -37,4 +38,4 @@
3738
--theme-text-rgb: 38, 40, 41;
3839
--theme-primary: white;
3940
--theme-border: #ddd;
40-
}
41+
}

0 commit comments

Comments
 (0)