Bonjourr icon indicating copy to clipboard operation
Bonjourr copied to clipboard

Ability to switch to vertical scrolling

Open guylepage3 opened this issue 2 years ago • 1 comments

Is your feature request related to a problem? Please describe. It would be great to add the ability to switch to a vertical scrolling view.

Describe the solution you'd like It would be nice to either toggle a "Switch to vertical view" or supply a code snippet that would adjust CSS Flexible Box layout to a vertical scrolling view for folks adding a "To Do List" item for example.

Screenshot example Screen Shot 2022-04-17 at 11 39 09 AM

guylepage3 avatar Apr 17 '22 15:04 guylepage3

The following will do the trick

body {
    overflow: auto;
}

guylepage3 avatar Apr 17 '22 17:04 guylepage3

There is vertical scrolling since 1.15 ! Forgot to close the issue.

victrme avatar Jul 29 '23 10:07 victrme