fix: query editor on import/export screen overlaps with selector

This commit is contained in:
Kenta Kishikawa
2023-11-27 10:05:10 +00:00
parent 89132ac47a
commit 690940d070

View File

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