Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Fixed Scrollbar Styles #57

Merged
merged 1 commit into from
Jan 5, 2024
Merged

fix: Fixed Scrollbar Styles #57

merged 1 commit into from
Jan 5, 2024

Conversation

Arindam200
Copy link
Contributor

Description

This PR fixes #43

Changes Made:

  • Adjusted and refined scrollbar styles across the application for a more consistent and visually appealing user experience.

ScreenShot:

image

Signed-off-by: Arindam Majumder <arindammajumder2020@gmail.com>
@jwafu jwafu self-requested a review January 4, 2024 22:55
@jwafu jwafu added the css styling for css related updates or changes label Jan 4, 2024
@@ -120,7 +121,7 @@ export function App(): React.JSX.Element {
</div>

<div style={{
overflow: "scroll",
overflowY: "scroll",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Copy link
Contributor

@jwafu jwafu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is looking good, thanks for the adjustment on the y scrollbar as well too. appreciated!! 💯

@jwafu jwafu merged commit 4b6f741 into pieces-app:main Jan 5, 2024
1 check passed
@Arindam200
Copy link
Contributor Author

Thanks a lot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
css styling for css related updates or changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Change Scrollbar Styles for a Cleaner Look
2 participants