Skip to content

Commit

Permalink
Editor: Prevent scrollbar from appearing in IE11
Browse files Browse the repository at this point in the history
  • Loading branch information
aduth committed Apr 21, 2016
1 parent 692ecda commit cab2d16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/post-editor/editor-title/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
color: $gray-dark;
font-weight: 600;
resize: none;
-ms-overflow-y: hidden !important;

&:focus {
box-shadow: none;
Expand Down

0 comments on commit cab2d16

Please sign in to comment.