Hi!
The custom ::-webkit-scrollbar styles are causing a white square on my starlight site.
Unfortunately I don't have a minimal repro on hand right now, but the issue isn't the white box, it's more so the lack of option to turn custom scrollbars off.
Normally, I would just be able to do something like
.expressive-code pre::-webkit-scrollbar,
.expressive-code pre::-webkit-scrollbar-track {
all: unset !important;
}
But it seems like if I add any property at all, even border-radius: unset;, the scroll bar changes its apperance in Chrome.

I would like a configuration option to turn these custom scrollbars off :)
Hi!
The custom ::-webkit-scrollbar styles are causing a white square on my starlight site.
Unfortunately I don't have a minimal repro on hand right now, but the issue isn't the white box, it's more so the lack of option to turn custom scrollbars off.
Normally, I would just be able to do something like
But it seems like if I add any property at all, even
border-radius: unset;, the scroll bar changes its apperance in Chrome.I would like a configuration option to turn these custom scrollbars off :)