Is your feature request related to a problem? Please describe.
Currently, the scroll view in Loki only supports vertical scrolling. If the document page extends past the window boundaries horizontally, the overflowing content is completely inaccessible to the user without resizing the window.
Additionally, the current scroll implementation does not display any visual feedback to indicate the current scroll position.
Describe the solution you'd like
Loki should implement horizontal scrolling if the document canvas extends past the available space in the application window. It should also display a scroll bar for any direction that the document canvas overflows the application window. The scroll bars should be minimalist and automatically hide when not in use, to mimic the way they work on web browsers.
Describe alternatives you've considered
N/A, this behavior is standard on virtually all applications
Is your feature request related to a problem? Please describe.
Currently, the scroll view in Loki only supports vertical scrolling. If the document page extends past the window boundaries horizontally, the overflowing content is completely inaccessible to the user without resizing the window.
Additionally, the current scroll implementation does not display any visual feedback to indicate the current scroll position.
Describe the solution you'd like
Loki should implement horizontal scrolling if the document canvas extends past the available space in the application window. It should also display a scroll bar for any direction that the document canvas overflows the application window. The scroll bars should be minimalist and automatically hide when not in use, to mimic the way they work on web browsers.
Describe alternatives you've considered
N/A, this behavior is standard on virtually all applications