Available height Select list, similar to --radix-select-content-available-height
?
#3502
Answered
by
segunadebayo
baptisteArno
asked this question in
Q&A
-
Is there any way to dynamically adjust the height of a Select list? Radix exposes |
Beta Was this translation helpful? Give feedback.
Answered by
segunadebayo
Jun 14, 2025
Replies: 1 comment
-
Yes, there is. Here are the css variables exposed to the --reference-width: 256px;
--available-width: 1697px;
--available-height: 338px; Use the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
segunadebayo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, there is.
Here are the css variables exposed to the
Select.Positioner
which you can use to style theSelect.Content
Use the
--reference-width
in this case