fix: CommandMenu height when filtered

This commit is contained in:
Tom Moor
2022-04-12 20:58:39 -07:00
parent abbc3bdb30
commit 1de732c82a

View File

@@ -626,6 +626,7 @@ export const Wrapper = styled(Scrollable)<{
pointer-events: none;
white-space: nowrap;
width: 300px;
height: auto;
max-height: 324px;
* {