From 4e00446adbd21e0f46402ba3eedb08840ae69125 Mon Sep 17 00:00:00 2001 From: Bohdan Triapitsyn Date: Mon, 7 Sep 2026 23:27:42 +0300 Subject: [PATCH] fix(settings): allow overlay scrollbars in settings --- packages/ui/src/index.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/packages/ui/src/index.css b/packages/ui/src/index.css index 1e613762..f9a0b123 100644 --- a/packages/ui/src/index.css +++ b/packages/ui/src/index.css @@ -1862,11 +1862,6 @@ textarea[data-terminal-hidden-input="true"]::placeholder { } -/* Settings dialog: hide the overlay scrollbar; wheel/keyboard scroll still works. */ -[data-settings-view="true"] .overlay-scrollbar { - display: none; -} - /* Desktop app shell (Electron/native window): native apps use the arrow cursor for clickable controls, not the web's hand/pointer. Neutralize pointer cursors under the desktop runtime only — web in a browser keeps them.