Skip to content

Fix: Dashboard scrollbar visibility#222

Open
SaravanakumarR2018 wants to merge 1 commit into
mainfrom
fix/dashboard-scrollbar
Open

Fix: Dashboard scrollbar visibility#222
SaravanakumarR2018 wants to merge 1 commit into
mainfrom
fix/dashboard-scrollbar

Conversation

@SaravanakumarR2018
Copy link
Copy Markdown
Owner

The main dashboard container had overflow-auto which caused a scrollbar to always be visible. I removed overflow-auto from the main container and kept it on the content container to ensure that only the content area scrolls when necessary. This change ensures the scrollbar is only present when the content exceeds the window size and behaves dynamically on page resize.

The main dashboard container had `overflow-auto` which caused a scrollbar to always be visible.
I removed `overflow-auto` from the main container and kept it on the content container to ensure that only the content area scrolls when necessary.
This change ensures the scrollbar is only present when the content exceeds the window size and behaves dynamically on page resize.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant