Skip to content

Commit

Permalink
Added overflow hidden to querybar container to fix scrolling issue (#642
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Sean-Oh authored and durran committed Nov 28, 2016
1 parent c9720d5 commit e2e734f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/internal-packages/query/styles/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
padding: 12px 10px 12px;
background: @gray8;
border-bottom: 1px solid @gray7;
overflow-x: hidden;

.is-feature-flag .form-control {
border: 1px solid @chart1;
Expand Down

0 comments on commit e2e734f

Please sign in to comment.