diff --git a/src/sql/workbench/contrib/notebook/browser/cellViews/interfaces.ts b/src/sql/workbench/contrib/notebook/browser/cellViews/interfaces.ts index 916696184c..a7dfaa2794 100644 --- a/src/sql/workbench/contrib/notebook/browser/cellViews/interfaces.ts +++ b/src/sql/workbench/contrib/notebook/browser/cellViews/interfaces.ts @@ -82,7 +82,7 @@ export abstract class CellView extends AngularDisposable implements OnDestroy, I className: findRangeSpecificClass, each: function (node, range) { // node is the marked DOM element - node.scrollIntoView({ behavior: 'smooth', block: 'center' }); + node.scrollIntoView({ block: 'center' }); } }); }