You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is it possible to get the current height of the BottomSheet during resizing?
Background is:
I want to display a button always above the BottomSheet during a resize.
So far I get the current height only at the end of the transition.
The example in the documentation (at "height") also shows a height only at the end of the transition.
The text was updated successfully, but these errors were encountered:
css configuration of the button component with reference to '--rsbs-overlay-h' and '--rsbs-overlay-translate-y' bottom: (calc(var(--rsbs-overlay-h) - var(--rsbs-overlay-translate-y))
defined the button as a sibling on the BottomSheet
Result:
When the bottom sheet is moved, the button moves as desired.
Hello,
is it possible to get the current height of the BottomSheet during resizing?
Background is:
I want to display a button always above the BottomSheet during a resize.
So far I get the current height only at the end of the transition.
The example in the documentation (at "height") also shows a height only at the end of the transition.
The text was updated successfully, but these errors were encountered: