[sqllab] hide SqlEditor textarea to prevent flicker

This commit is contained in:
Maxime Beauchemin
2016-09-12 09:22:51 -07:00
parent 1971bf653c
commit 9bf5620887

View File

@@ -239,3 +239,6 @@ div.tablePopover:hover {
.SouthPane .tab-content {
padding-top: 10px;
}
.SqlEditor textarea {
display: none;
}