Skip to content

Commit

Permalink
Make Sqllab a one-page app -- body not scrollable
Browse files Browse the repository at this point in the history
  • Loading branch information
vera-liu committed Nov 9, 2016
1 parent ad1cd55 commit f9e2ccd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions caravel/assets/javascripts/SqlLab/main.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
body {
overflow: hidden;
}
.inlineBlock {
display: inline-block;
}
Expand Down

0 comments on commit f9e2ccd

Please sign in to comment.