There is no save button #633
Answered by
PramudithaN
Aug 29, 2026
Replies: 1 comment 1 reply
|
@lingzeyang Hi! Thanks for reporting this. I just submitted a fix for this issue in a new pull request! The save button was getting cut off on smaller screens because the content inside the time selection bottom sheet wasn't scrollable. I've added a vertical scroll modifier to the layout, so the save button should now be fully accessible no matter what your screen size is. It should be available in the next release once the maintainer merges the changes! @sameerasw |
1 reply
Answer selected by
sameerasw
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

@lingzeyang Hi! Thanks for reporting this. I just submitted a fix for this issue in a new pull request!
The save button was getting cut off on smaller screens because the content inside the time selection bottom sheet wasn't scrollable. I've added a vertical scroll modifier to the layout, so the save button should now be fully accessible no matter what your screen size is.
It should be available in the next release once the maintainer merges the changes! @sameerasw
#876