Skip to content

Commit aa7e2b5

Browse files
authored
Merge pull request #1226 from mfranzke/fix-flyouts-removing-horizontal-scrollbar-in-edge-18
fix(patternflyouts): preventing horizontal scrollbar in Edge 18 #1124
2 parents 008f65b + 63300bc commit aa7e2b5

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ pl-nav {
586586
opacity: 1;
587587

588588
.pl-c-body--theme-horizontal & {
589-
overflow: auto;
589+
overflow-y: auto;
590590
}
591591

592592
@media all and (min-width: $pl-bp-med) {

0 commit comments

Comments
 (0)