Add height constraint to full-height bottom sheets (#11178)

This commit is contained in:
DS Boyce
2026-07-20 10:01:31 -07:00
committed by GitHub
parent 92ef1528bf
commit 0f27fdda65
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -157,7 +157,8 @@ export function Outer({
[open, close],
)
const isHeightConstrained = nativeOptions?.maxHeight != null
const isHeightConstrained =
nativeOptions?.maxHeight != null || nativeOptions?.fullHeight === true
const context = useMemo(
() => ({