Commit 47736d2
authored
ui: Fix operator dropdown not opening in SimpleMatchers (#6212)
Add min-h-[100px] to dropdown container so the virtualizer can measure
its dimensions on first render.
The virtualizer needs container height to calculate which items to show.
Without min-height, the empty container had 0 height, causing the
virtualizer to render 0 items (chicken-and-egg problem).1 parent 344bd4f commit 47736d2
File tree
1 file changed
+1
-1
lines changed1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
323 | 323 | | |
324 | 324 | | |
325 | 325 | | |
326 | | - | |
| 326 | + | |
327 | 327 | | |
328 | 328 | | |
329 | 329 | | |
| |||
0 commit comments