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 = {
47
47
minimap : { enabled : false } ,
48
48
automaticLayout : true ,
49
49
scrollbar : { useShadows : false } ,
50
+ fixedOverflowWidgets : true ,
50
51
} ;
51
52
52
53
function InputPane ( ) {
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ $navbar-height: 50px;
48
48
49
49
.content {
50
50
width : 100% ;
51
- height : calc (100vh - #{$navbar-height } - 60 px );
51
+ height : calc (100vh - var ( --ifm-navbar-height ) - #{$navbar-height } );
52
52
display : flex ;
53
53
flex-wrap : wrap ;
54
54
}
@@ -59,7 +59,6 @@ $navbar-height: 50px;
59
59
display : flex ;
60
60
flex-flow : column ;
61
61
position : relative ;
62
- overflow : hidden ;
63
62
background-color : var (--monaco-background );
64
63
}
65
64
You can’t perform that action at this time.
0 commit comments