Skip to content
This repository has been archived by the owner on Apr 5, 2023. It is now read-only.

Commit

Permalink
sql box - unwanted scrollbars removed
Browse files Browse the repository at this point in the history
  • Loading branch information
richarddzurus1 committed Mar 25, 2021
1 parent ce19503 commit 9c09075
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions dataschool/_sass/_sqlbox.scss
Original file line number Diff line number Diff line change
Expand Up @@ -175,3 +175,14 @@ sqlbox {
cursor: pointer;
}
}

// scroll fix
div.CodeMirror {
&-hscrollbar {
overflow-x: hidden !important;
}

&-scroll {
overflow: hidden !important;
}
}

0 comments on commit 9c09075

Please sign in to comment.