We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed8831e commit 933026dCopy full SHA for 933026d
packages/core/src/browser/shell/tab-bars.ts
@@ -871,7 +871,7 @@ export class ScrollableTabBar extends TabBar<Widget> {
871
window.requestAnimationFrame(() => {
872
const tab = this.contentNode.children[index] as HTMLElement;
873
if (tab && this.isVisible) {
874
- const parent = this.contentNode;
+ const parent = this.contentContainer;
875
if (this.orientation === 'horizontal') {
876
const scroll = parent.scrollLeft;
877
const left = tab.offsetLeft;
0 commit comments