File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
extensions/ql-vscode/src/view/model-editor Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -27,14 +27,18 @@ const LoadingContainer = styled.div`
2727 font-weight: 600;
2828` ;
2929
30- const ModelEditorContainer = styled . div `
31- margin-top: 1rem;
32- ` ;
30+ const ModelEditorContainer = styled . div `` ;
3331
3432const HeaderContainer = styled . div `
3533 display: flex;
3634 flex-direction: row;
3735 align-items: end;
36+ background-color: var(--vscode-editorGutter-background);
37+ position: sticky;
38+ z-index: 1;
39+ top: 0;
40+ padding-top: 1rem;
41+ padding-bottom: 1rem;
3842` ;
3943
4044const HeaderColumn = styled . div `
@@ -67,7 +71,7 @@ const EditorContainer = styled.div`
6771const ButtonsContainer = styled . div `
6872 display: flex;
6973 gap: 0.4em;
70- margin-bottom : 1rem;
74+ margin-top : 1rem;
7175` ;
7276
7377type Props = {
You can’t perform that action at this time.
0 commit comments