Fix query scrolling #1024

This commit is contained in:
Vishesh Jindal 2016-06-16 17:40:48 +05:30
parent 6edb0ca8ec
commit 409200188e

View File

@ -213,7 +213,7 @@ li.widget:hover {
}
.CodeMirror-scroll {
overflow-y: hidden;
overflow-y: auto;
overflow-x: auto;
}