From bac3968aacbaab774eff50055fe79a2f5555e91d Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Tue, 25 Mar 2025 09:23:45 -0700 Subject: [PATCH] Revert scrollbar fix --- src-web/main.css | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src-web/main.css b/src-web/main.css index 5e7a4b37..134f914f 100644 --- a/src-web/main.css +++ b/src-web/main.css @@ -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 {