-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Feature update: Enhanced viewport handling and scrollbar styling. #1378
Conversation
Added Firefox-compatible scrollbar styling By default, Firefox uses its own scrollbar styling, which can look inconsistent compared to other browsers
@PentesterPriyanshu is attempting to deploy a commit to the Arc53 Team on Vercel. A member of the Team first needs to authorize it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @PentesterPriyanshu
The design of the scrollbars in light and dark mode look different
updated changes as requested
@ManishMadan2882 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@PentesterPriyanshu There is no change in Firefox
it is the best i can achieve since firefox has limited features ,while webkit browsers have different
This is the best consistency we can achieve, as Firefox has fewer features than WebKit-based browsers. @ManishMadan2882, please merge this pull request, or suggest any improvements if needed. I’ve made significant improvements to the scrollbar and maintained consistency. I noticed that even ChatGPT shows similar differences, likely due to Firefox's limited feature set. |
Added Firefox-compatible scrollbar styling By default, Firefox uses its own scrollbar styling, which can look inconsistent compared to other browsers
Why was this change needed?
issue :🚀 Feature: Improve Viewport Handling and Scrollbar Styling #1379
Added fallback for vh where dvh is unsupported.
Improved dark mode scrollbar contrast.
Ensured Firefox compatibility with custom scrollbars.
Other information:
Enhances cross-browser support and dark mode UX. Non-breaking.