You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding padding to the div as you scroll past the end of the page (up to a specific limit maybe 1 screen size) allows the page to be edited, not from the bottom. After the page is edited and you get to the bottom, the editor makes it very hard to scroll up. The only way to edit the page is from the bottom.
Describe the benefits this would bring to existing BookStack users
This feature would allow users to edit a page anywhere on the screen's height without taking away the functionality of the rest of the editor.
Can the goal of this request already be achieved via other means?
One way is to move the entire browser to an upper out of the screen. But this limits the functionality of the editor.
I went into the editor's HTML in dev tools and manually added some padding. But I feel like a more optimal solution is to implement some sort of event to add padding automatically.
Before
After
Have you searched for an existing open/closed issue?
I have searched for existing issues and none cover my fundamental request
How long have you been using BookStack?
3 months to 1 year
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the feature you'd like
Adding padding to the div as you scroll past the end of the page (up to a specific limit maybe 1 screen size) allows the page to be edited, not from the bottom. After the page is edited and you get to the bottom, the editor makes it very hard to scroll up. The only way to edit the page is from the bottom.
Describe the benefits this would bring to existing BookStack users
This feature would allow users to edit a page anywhere on the screen's height without taking away the functionality of the rest of the editor.
Can the goal of this request already be achieved via other means?
One way is to move the entire browser to an upper out of the screen. But this limits the functionality of the editor.
I went into the editor's HTML in dev tools and manually added some padding. But I feel like a more optimal solution is to implement some sort of event to add padding automatically.
![Image](https://private-user-images.githubusercontent.com/55813440/408847269-35f3300d-7bd1-412b-a51f-94eed7675f17.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxMzAwNDUsIm5iZiI6MTczOTEyOTc0NSwicGF0aCI6Ii81NTgxMzQ0MC80MDg4NDcyNjktMzVmMzMwMGQtN2JkMS00MTJiLWE1MWYtOTRlZWQ3Njc1ZjE3LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA5VDE5MzU0NVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWNmYTYyNWU3ZGE5YTFiMDAyMDVkMWEwMTY5MTMxZTBmYWQ4MTUzZWZmNzQzNTg4MGYyZDgwMzUxNDRiNDUzYzImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.RQ16KqO79Xx92eEJJLRQ94cxlHejZR4udxP7NCKK0Gs)
![Image](https://private-user-images.githubusercontent.com/55813440/408847317-791728bb-79e0-4e2d-8bb4-5752e04794e5.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxMzAwNDUsIm5iZiI6MTczOTEyOTc0NSwicGF0aCI6Ii81NTgxMzQ0MC80MDg4NDczMTctNzkxNzI4YmItNzllMC00ZTJkLThiYjQtNTc1MmUwNDc5NGU1LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA5VDE5MzU0NVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTg4Njc1YTBkNzhkYjQ0NGVlYmFhOGI4Y2FmYzZjYzNlNDVmNmM5YjcxOWJhYWM5MWM2MzZjYzhjNmNlN2E1NTcmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.QzNr_SQOa0aSgf3KAhuLfAdMecBi6m8Agbh8B1hnrVI)
Before
After
Have you searched for an existing open/closed issue?
How long have you been using BookStack?
3 months to 1 year
Additional context
No response
The text was updated successfully, but these errors were encountered: