Fix ugly border around contenteditable div in Chrome

This commit is contained in:
Kijin Sung 2020-07-08 19:46:37 +09:00
parent 6a4131ffd3
commit 237637b2ef

View file

@ -2,6 +2,7 @@
width: 100%; width: 100%;
min-height: 60px; min-height: 60px;
box-sizing: border-box; box-sizing: border-box;
outline: 0 solid transparent;
resize: vertical; resize: vertical;
overflow-y: auto; overflow-y: auto;
&.light { &.light {