Merge pull request #668 from KKishikawa/fix-import-export-query-editor-overlaps

fix: query editor on import/export screen overlaps with selector
This commit is contained in:
Infinity
2023-11-28 21:44:27 +01:00
committed by GitHub

View File

@@ -191,6 +191,7 @@
.sqlwrap {
position: relative;
z-index: 0;
height: 100px;
width: 20vw;
margin-left: var(--dim-large-form-margin);