Badget
Badget copied to clipboard
Bug: Vertical scrolling is not enabled in /dashboard layout
Describe the bug
There is an issue with the vertical scrolling -which is not enabled - in the /dashboard page. It makes the footer currently not visible.
Steps to reproduce
- Go to 'dashboard/transactions' & 'dashboard/accounts'
- Now try to scroll vertically .
- Nothing happens and the footer does not show up. Also, the main content is truncated at the bottom.
Browsers
Chrome, Firefox
Additional context (Is this in dev or production?)
No response
The proposed solution I have in mind is to wrap with a <ScrollArea> everything that is currently within the <body> in the RootLayout component, so every children pages would share the same scrolling behavior.
What are your thoughts on this ? @meglerhagen
Hmm, the question is if we would like to have this wrapping everything. Have you tested this also within the application after this is added?
Yes, it is what I wanted to check with you.
Below is the result after I added the <ScrollArea>.
Yes, i think #95 made this work. You can check it if you want. ✨