Revert scrollbar fix

This commit is contained in:
Gregory Schier
2025-03-25 09:23:45 -07:00
parent e5fa044eda
commit bac3968aac

View File

@@ -58,15 +58,11 @@
.hide-scrollbars {
&::-webkit-scrollbar-corner,
&::-webkit-scrollbar {
display: NONE !important;
@apply hidden !important;
}
}
/* Style the scrollbars
* Mac doesn't like this (especially in CodeMirror) so we only do it on non-macos platforms. On Mac,
* styling the scrollbar seems to cause them to not show up at all most of the time
*/
html:not([data-platform="macos"]) {
html {
* {
::-webkit-scrollbar-corner,
::-webkit-scrollbar {