We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6657f92 commit deb0ebaCopy full SHA for deb0eba
visualpython/js/MainFrame.js
@@ -135,7 +135,7 @@ define([
135
let vpWidth = $('#vp_wrapper')[0].getBoundingClientRect().width;
136
let vpHeight = $(window).height() - jupyterHeadHeight;
137
138
- $('#vp_wrapper').css( { height: vpHeight + 'px' });
+ $('#vp_wrapper').css( { height: vpHeight + 'px', top: jupyterHeadHeight + 'px' });
139
this._resizeNotebook(vpWidth);
140
} else if (vpConfig.extensionType === 'colab') {
141
let colabHeaderVisible = $('#header').is(':visible');
0 commit comments