Skip to content

Commit 595d693

Browse files
committed
add comments to css
1 parent afa0a0d commit 595d693

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/react/src/SelectPanel/SelectPanel.module.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,8 @@
9999
}
100100

101101
.FilteredActionList {
102+
/* inheriting height and maxHeight ensures that the FilteredActionList is never taller
103+
than the Overlay (which would break scrolling the items) */
102104
height: inherit;
103105
max-height: inherit;
104106
}

0 commit comments

Comments
 (0)