mirror of
https://github.com/apache/superset.git
synced 2026-04-20 08:34:37 +00:00
[sqllab] hide SqlEditor textarea to prevent flicker
This commit is contained in:
@@ -239,3 +239,6 @@ div.tablePopover:hover {
|
||||
.SouthPane .tab-content {
|
||||
padding-top: 10px;
|
||||
}
|
||||
.SqlEditor textarea {
|
||||
display: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user