BottomSheet: fix invalid contain intrinsic size
All checks were successful
/ depoly (push) Successful in 1m19s
All checks were successful
/ depoly (push) Successful in 1m19s
This commit is contained in:
parent
b44d093f08
commit
02d883e53b
1 changed files with 2 additions and 2 deletions
|
@ -50,8 +50,8 @@
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
height: 100dvh;
|
height: 100dvh;
|
||||||
|
|
||||||
contain-intrinsic-size: 100% 100vh;
|
contain-intrinsic-size: auto 100vw 100vh;
|
||||||
contain-intrinsic-size: 100% 100dvh;
|
contain-intrinsic-size: auto 100dvw 100dvh;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue