Skip to content

Commit

Permalink
[sqllab] hide SqlEditor textarea to prevent flicker
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Sep 12, 2016
1 parent 1971bf6 commit 9bf5620
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions caravel/assets/javascripts/SqlLab/main.css
Expand Up @@ -239,3 +239,6 @@ div.tablePopover:hover {
.SouthPane .tab-content {
padding-top: 10px;
}
.SqlEditor textarea {
display: none;
}

0 comments on commit 9bf5620

Please sign in to comment.