-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
main page scrollbar completely invisible in chrome #1648
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
Comments
This seem not to be a bug but an implementation conflict. The background color you chose seems to hide the scollbar. If you remove the background color you will be able to find the styled scrollbar. At least on my machine this seems to be the case. In this case if you want to used the unstyled scrollbar I would recommend overruling the scrollbar rules for your specific implementation. |
Hi, and thank you for your response. I understand the problem better now. However, I still think this is a bug in tabler. I didn't choose the background color, because it was provided by default by tabler's "boxed" layout. The scrollbar is broken for anyone with this layout by default. Don't you think we should fix it in this repo rather than overwriting the style everywhere this layout is used? https://github.com/lovasoa/SQLpage/blob/main/sqlpage/templates/shell.handlebars |
You're right. It seems to have more to so with that we're touching tabler/src/scss/mixins/_mixins.scss Line 18 in aba771f
You could for now overrule this with a more obvious color to fix it for your situation for now. @codecalm might it be an idea to remove this mixin completely and let the browser decide the scrollbar color? IMO we should not mess with user interface colors to much to avoid situations like these. |
I also ran into this today. I'm only using Is there any fix planned for the near future? Edit for anyone else stumbling across this: * {
scrollbar-color: initial !important;
} |
@codecalm - does #2237 need to be reworked given @itopaloglu83's comment above? I can see the same scrollbar in Safari as in the screenshot as well. It appears that using |
Describe the bug
Page scrollbars are not visible in google chrome.
Initially reported in sqlpage/SQLPage#17
Device
To reproduce
Steps to reproduce the behavior:
Screenshots
you can see the scrollbar is here, it takes up space, but is not visible:

If you manually remove tabler's scrollbar styling, the issue disappears:

The text was updated successfully, but these errors were encountered: