Skip to content
This repository was archived by the owner on Apr 7, 2020. It is now read-only.

Commit e10bb09

Browse files
committed
Update README.md
1 parent 89e4e9c commit e10bb09

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ You have to build the HTML yourself:
5858
And the CSS:
5959
```scss
6060
.ui-mention-container {
61-
textarea {
61+
position: relative;
62+
[ui-mention] {
6263
min-height: 100px;
6364
background: none;
6465
position: relative;
@@ -79,7 +80,7 @@ And the CSS:
7980
background-color: lightblue;
8081
border: 1px solid blue;
8182
padding: 0 2px;
82-
margin: 0 -3px;
83+
margin: -1px -3px;
8384
}
8485
}
8586
}

0 commit comments

Comments
 (0)