Skip to content

Commit ed1d846

Browse files
authored
fix(menu): enable menu scroll with grouped items (#7375)
1 parent e009131 commit ed1d846

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/patternfly/components/Menu/menu.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -394,12 +394,10 @@
394394

395395
// offset row-gap when scrollbar is present
396396
.#{$menu}__content {
397-
// TODO: figure out why this fixes the scrollable
398397
position: relative;
399398
z-index: var(--#{$menu}--ZIndex);
400399
margin-block-start: calc(var(--#{$menu}--RowGap) * -1);
401400
margin-block-end: calc(var(--#{$menu}--RowGap) * -1);
402-
overflow: hidden; // hide scrollbars
403401
}
404402

405403
.#{$menu}__list {

0 commit comments

Comments
 (0)