Skip to content

Commit

Permalink
Merged in bugfix/SHIBUI-1615 (pull request #413)
Browse files Browse the repository at this point in the history
SHIBUI-1615 Fixed contenteditable overflow
  • Loading branch information
rmathis committed Nov 13, 2019
2 parents ad44c89 + 874da0b commit 6970890
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ui/src/theme/forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ Json schema form
font-family: monospace;
min-height: 166px;
margin-bottom: 0px;
&[contenteditable] {
overflow: scroll;
}
}

@media only screen and (max-width: 1200px) {
Expand Down

0 comments on commit 6970890

Please sign in to comment.