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

🚀 Feature: Improve Viewport Handling and Scrollbar Styling #1379

Open
1 task done
PentesterPriyanshu opened this issue Oct 25, 2024 · 0 comments
Open
1 task done

Comments

@PentesterPriyanshu
Copy link

🔖 Feature description

hi current implementation lacks support for varying viewport height units across different browsers. This can lead to inconsistent UI behavior, particularly in dark mode. Additionally, scrollbar styling does not account for Firefox compatibility.

Proposed Changes:

Add fallback for vh where dvh is unsupported.
Adjust dark mode scrollbar thumb hover color for better contrast.
Implement Firefox-compatible scrollbar styling using scrollbar-color and scrollbar-width.

🎤 Why is this feature needed ?

Reason: These changes aim to enhance user experience by ensuring consistent behavior across all browsers and improving visual accessibility in dark mode.

✌️ How do you aim to achieve this?

Implement viewport height fallback, enhance dark mode scrollbar contrast, and ensure Firefox-compatible scrollbar styling for improved accessibility and consistency.

🔄️ Additional Information

No breaking changes anticipated; this will enhance cross-browser support and usability.

👀 Have you spent some time to check if this feature request has been raised before?

  • I checked and didn't find similar issue

Are you willing to submit PR?

Yes I am willing to submit a PR!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant