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

bug: Scrollbar unstyled #8

Open
oSumAtrIX opened this issue Oct 21, 2023 · 3 comments
Open

bug: Scrollbar unstyled #8

oSumAtrIX opened this issue Oct 21, 2023 · 3 comments

Comments

@oSumAtrIX
Copy link

Issue:

On Edge/ Chromium, the scrollbar is unstyled:

image

Solution

I assume the issue is that CSS rules for Chromium are missing. Implementing those should solve the issue.

@exconvinced
Copy link
Owner

I'm guilty on this one 🤣 I've only been using Firefox for development, and the scrollbars there are good!

@exconvinced
Copy link
Owner

exconvinced commented Oct 21, 2023

I hid the webkit scrollbars for chrome because they mess up the width of the neighboring divs in the container, unlike in firefox where the scrollbars are floating on top of all elements.

b33622c

@exconvinced
Copy link
Owner

Sorry chrome users, no scrollbars for now

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

2 participants