Scroll bars are fat again on the newer Chrome versions? #6782
-
|
Hey all, I wonder if it is possible to fix it. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 9 replies
-
|
Hello @hellt, I think it's fixable in the general sense, so if you want to have it fixed without the custom CSS, then please create a bug report issue. |
Beta Was this translation helpful? Give feedback.



Well, true, as I only fixed it for
pre > code... now while checking the other possible selectors, I found a@supports selector(::-webkit-scrollbar)in the minified CSS, so this means that squidfunk made similar fixes in the past. Therefore a bug report would definitely be reasonable.Fixed fix