Skip to content

Commit

Permalink
Fix query scrolling getredash#1024
Browse files Browse the repository at this point in the history
  • Loading branch information
vishesh92 committed Jun 16, 2016
1 parent 6edb0ca commit 4092001
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 @@ -213,7 +213,7 @@ li.widget:hover {
}

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

Expand Down

0 comments on commit 4092001

Please sign in to comment.