Skip to content

Commit

Permalink
SHIBUI-1615 Fixed contenteditable overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed Nov 12, 2019
1 parent 203f03d commit 874da0b
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 874da0b

Please sign in to comment.