File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ const commonMonacoOptions: monaco.editor.IEditorConstructionOptions = {
4747 minimap : { enabled : false } ,
4848 automaticLayout : true ,
4949 scrollbar : { useShadows : false } ,
50+ fixedOverflowWidgets : true ,
5051} ;
5152
5253function InputPane ( ) {
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ $navbar-height: 50px;
4848
4949.content {
5050 width : 100% ;
51- height : calc (100vh - #{$navbar-height } - 60 px );
51+ height : calc (100vh - var ( --ifm-navbar-height ) - #{$navbar-height } );
5252 display : flex ;
5353 flex-wrap : wrap ;
5454}
@@ -59,7 +59,6 @@ $navbar-height: 50px;
5959 display : flex ;
6060 flex-flow : column ;
6161 position : relative ;
62- overflow : hidden ;
6362 background-color : var (--monaco-background );
6463}
6564
You can’t perform that action at this time.
0 commit comments