diff options
author | Samuel Newman <mozzius@protonmail.com> | 2025-02-25 08:08:30 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-25 08:08:30 -0800 |
commit | 9c5d92088d4bd84c58744eecc2f691885ab0e778 (patch) | |
tree | d9c15cc83cb2654c6ad8f8b2fc70134b57d704d9 /src/components | |
parent | e40656128d2fad41762ec1e7f022bc10fcdd25fc (diff) | |
download | voidsky-9c5d92088d4bd84c58744eecc2f691885ab0e778.tar.zst |
Constrain dropdown height to fit in the screen (#7730)
* constrain dropdown height with css variable * fix duplicated dependency * fix pendantic lockfile
Diffstat (limited to 'src/components')
-rw-r--r-- | src/components/Menu/index.web.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Menu/index.web.tsx b/src/components/Menu/index.web.tsx index eb91e014f..7bf4dde18 100644 --- a/src/components/Menu/index.web.tsx +++ b/src/components/Menu/index.web.tsx @@ -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, |