apply @cvle suggestion for fix

This commit is contained in:
Erik Reyna
2018-05-25 18:07:41 -04:00
parent 2c6843129a
commit ba3af0aeb3
@@ -1,5 +1,5 @@
.contentEditable {
background: transparent;
background: #fff;
border: solid 1px #bbb;
min-height: 120px;
box-sizing: border-box;
@@ -15,7 +15,8 @@
position: absolute;
margin: 12px 0 0 12px;
color: #bbb;
z-index: -1;
user-select: none;
pointer-events: none;
}
.toolbarDisabled {