Skip to content

Commit 7f4ec8f

Browse files
chore(code): stable scrollbar gutter (#1430)
1 parent faa6e7c commit 7f4ec8f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/code/src/renderer/features/sessions/components/VirtualizedList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ function VirtualizedListInner<T>(
111111
<VList
112112
ref={listRef}
113113
shift={false}
114-
style={{ flex: 1 }}
114+
style={{ flex: 1, scrollbarGutter: "stable" }}
115115
onScroll={handleScroll}
116116
keepMounted={keepMounted}
117117
>

0 commit comments

Comments
 (0)