mirror of
https://github.com/wassname/talk.git
synced 2026-08-12 12:30:39 +08:00
move placeholder right behind contentEditable
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
.contentEditable {
|
||||
background: #fff;
|
||||
background: transparent;
|
||||
border: solid 1px #bbb;
|
||||
min-height: 120px;
|
||||
box-sizing: border-box;
|
||||
@@ -15,6 +15,7 @@
|
||||
position: absolute;
|
||||
margin: 12px 0 0 12px;
|
||||
color: #bbb;
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
.toolbarDisabled {
|
||||
|
||||
Reference in New Issue
Block a user