Constrain dropdown height to fit in the screen (#7730)

* constrain dropdown height with css variable

* fix duplicated dependency

* fix pendantic lockfile
This commit is contained in:
Samuel Newman
2025-02-25 08:08:30 -08:00
committed by GitHub
parent e40656128d
commit 9c5d92088d
6 changed files with 224 additions and 265 deletions
+1 -1
View File
@@ -187,7 +187,7 @@ export function Outer({
collisionPadding={{left: 5, right: 5, bottom: 5}}
loop
aria-label="Test"
className="dropdown-menu-transform-origin">
className="dropdown-menu-transform-origin dropdown-menu-constrain-size">
<View
style={[
a.rounded_sm,