We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e009131 commit ed1d846Copy full SHA for ed1d846
1 file changed
src/patternfly/components/Menu/menu.scss
@@ -394,12 +394,10 @@
394
395
// offset row-gap when scrollbar is present
396
.#{$menu}__content {
397
- // TODO: figure out why this fixes the scrollable
398
position: relative;
399
z-index: var(--#{$menu}--ZIndex);
400
margin-block-start: calc(var(--#{$menu}--RowGap) * -1);
401
margin-block-end: calc(var(--#{$menu}--RowGap) * -1);
402
- overflow: hidden; // hide scrollbars
403
}
404
405
.#{$menu}__list {
0 commit comments