Fix Notebook Scrolling by Setting alwaysConsumeMouseWheel to False (#8686)

* flip alwaysConsumeMouseWheel to false for nb

* remove semicolon
This commit is contained in:
Chris LaFreniere
2019-12-16 14:14:05 -08:00
committed by Karl Burtram
parent 7e02c16fd7
commit fb2486a54b
@@ -71,6 +71,9 @@ export class QueryTextEditor extends BaseTextEditor {
options.minimap = {
enabled: false
};
options.scrollbar = {
alwaysConsumeMouseWheel: false
};
options.overviewRulerLanes = 0;
options.overviewRulerBorder = false;
options.hideCursorInOverviewRuler = true;