Skip to content

Commit 4a5aba3

Browse files
committed
fix: update pattern lab to fix header / layout issue in IE 11
1 parent 2d6da70 commit 4a5aba3

File tree

1 file changed

+3
-1
lines changed
  • packages/uikit-workshop/src/scripts/components/pl-header

1 file changed

+3
-1
lines changed

packages/uikit-workshop/src/scripts/components/pl-header/pl-header.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
\*------------------------------------*/
44

55
pl-header {
6-
position: fixed;
6+
position: relative;
77
position: sticky;
88
top: 0;
99
left: 0;
@@ -31,6 +31,8 @@ pl-header {
3131

3232
@media all and (min-width: $pl-bp-med) {
3333
.pl-c-body--theme-sidebar & {
34+
position: fixed;
35+
position: sticky;
3436
/**
3537
* Header
3638
* 1) Set width to sidebar width defined above

0 commit comments

Comments
 (0)