-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: sheet content vertical overflow (#129)
* fix: sheet content vertical overflow If the sheet content grew too large, the portion overflowing the viewport would be unreachable as there was no way to scroll to it. This can easily happen on mobile with keyboard open. The solution I chose is to limit the height to viewport height and let the browser handle the overflow by showing a scrollbar. * update registry files --------- Co-authored-by: Stefan E-K <stefan.eideloth@gmail.com>
- Loading branch information
1 parent
0199f25
commit 529ed65
Showing
4 changed files
with
12 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"docs": patch | ||
--- | ||
|
||
It makes sheet content vertically scrollable should it overflow the vertical space given by the viewport. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.