Skip to content

Commit

Permalink
Merge pull request #1133 from vishesh92/fix-scroll
Browse files Browse the repository at this point in the history
Fix: query scrolling issues
  • Loading branch information
arikfr authored Jun 17, 2016
2 parents a03f5f8 + 4092001 commit c5bfbba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rd_ui/app/styles/redash.css
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ li.widget:hover {
}

.CodeMirror-scroll {
overflow-y: hidden;
overflow-y: auto;
overflow-x: auto;
}

Expand Down

0 comments on commit c5bfbba

Please sign in to comment.