mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-30 18:34:01 +00:00
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:
@@ -191,6 +191,7 @@
|
|||||||
|
|
||||||
.sqlwrap {
|
.sqlwrap {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
z-index: 0;
|
||||||
height: 100px;
|
height: 100px;
|
||||||
width: 20vw;
|
width: 20vw;
|
||||||
margin-left: var(--dim-large-form-margin);
|
margin-left: var(--dim-large-form-margin);
|
||||||
|
|||||||
Reference in New Issue
Block a user