Skip to content

Commit 77b30b2

Browse files
authored
fix: make scrollbar gutter stable in app viewport (#6033)
1 parent 3d7aea5 commit 77b30b2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/app-frontend/src/App.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1657,6 +1657,7 @@ provideAppUpdateDownloadProgress(appUpdateDownload)
16571657
height: 100%;
16581658
overflow: auto;
16591659
overflow-x: hidden;
1660+
scrollbar-gutter: stable;
16601661
}
16611662
16621663
.app-contents::before {

0 commit comments

Comments
 (0)