fix: make scrollbar gutter stable in app viewport (#6033)

This commit is contained in:
Prospector
2026-05-07 19:21:37 -07:00
committed by GitHub
parent 3d7aea5a45
commit 77b30b27fe

View File

@@ -1657,6 +1657,7 @@ provideAppUpdateDownloadProgress(appUpdateDownload)
height: 100%;
overflow: auto;
overflow-x: hidden;
scrollbar-gutter: stable;
}
.app-contents::before {