Skip to content

Commit c342bea

Browse files
author
Benjamin Pasero
committed
disable translate3d for tabs title control scrolling
1 parent 9533699 commit c342bea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/workbench/browser/parts/editor/tabsTitleControl.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ export class TabsTitleControl extends TitleControl {
152152
vertical: ScrollbarVisibility.Hidden,
153153
scrollYToX: true,
154154
useShadows: false,
155-
canUseTranslate3d: true,
155+
canUseTranslate3d: false,
156156
horizontalScrollbarSize: 3
157157
});
158158

0 commit comments

Comments
 (0)