This PR addresses the issue of the inner vertical scrollbar appearing within the container in Profile page, which causes less user-friendly interface. The changes made in this PR ensure that the inner scrollbar is removed, and the content is adjusted to use the outer scrollbar effectively.
Fixes #69 or #70
ScreenShot :-
Changes Made :-
CSS Adjustments:
Modified the container’s CSS to remove the inner vertical scrollbar.
Adjusted the overflow properties to ensure the outer scrollbar handles the scrolling.
Description :-
This PR addresses the issue of the inner vertical scrollbar appearing within the container in Profile page, which causes less user-friendly interface. The changes made in this PR ensure that the inner scrollbar is removed, and the content is adjusted to use the outer scrollbar effectively.
Fixes #69 or #70
ScreenShot :-
Changes Made :-
CSS Adjustments: Modified the container’s CSS to remove the inner vertical scrollbar. Adjusted the overflow properties to ensure the outer scrollbar handles the scrolling.