[Feature]: Allow scroll of the canvas if the device height exceeds the available height #5296
Replies: 3 comments
-
Just add style |
Beta Was this translation helpful? Give feedback.
-
After exploring a bit more about this issue I'd suggest just not to exceed the canvas height with the device one. Unfortunately, currently, making any part of the canvas scrollable (solution suggested by @TheDiamondKing ) will lead to unexpected behaviors. |
Beta Was this translation helpful? Give feedback.
-
@artf Is your comment still true? Does adding |
Beta Was this translation helpful? Give feedback.
-
Given the following code example...
Results in no ability to scroll to top of canvas if editor display area is less than specified height of the device.
See Fiddle for demonstration...
https://jsfiddle.net/gstone007/0vq3o2jf/1/
Beta Was this translation helpful? Give feedback.
All reactions