Absolute detents #565
Closed
PhilipGrefe
started this conversation in
Ideas
Replies: 1 comment
-
|
You can do simple match with the viewport height. Try |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When designing my bottom sheet, I want my headline to be visible in the collapsed state.
However, when rotating the device or using a tablet, the height of the sheet changes due to the fractional detents.
I would like to use absolute values (e.g. 64) in my detents-array to have a fixed height in all device variations.
I would also want to mix absolute values with fractional (0.5) and 'auto'.
Beta Was this translation helpful? Give feedback.
All reactions