fix(settings): allow overlay scrollbars in settings

This commit is contained in:
Bohdan Triapitsyn
2026-09-07 23:27:42 +03:00
parent 0753add360
commit 4e00446adb
-5
View File
@@ -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.