revert: restore auto-hiding overlay scrollbars

This commit is contained in:
Bohdan Triapitsyn
2026-08-09 19:53:49 +03:00
parent f4743ea060
commit 121685e564
2 changed files with 4 additions and 22 deletions
+2 -4
View File
@@ -1804,10 +1804,8 @@ input[aria-label="Terminal input"] {
}
/* Settings dialog: hide the overlay scrollbar on mobile/web; wheel/keyboard
scroll still works. Desktop shells keep the persistent scrollbar so the
Settings sub-panels aren't left with no scroll affordance at all. */
html:not(.desktop-runtime) [data-settings-view="true"] .overlay-scrollbar {
/* Settings dialog: hide the overlay scrollbar; wheel/keyboard scroll still works. */
[data-settings-view="true"] .overlay-scrollbar {
display: none;
}