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

Commit d5eeb90

Browse files
committed
Prevent scrollbar for autogrow
1 parent b81f898 commit d5eeb90

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ And the CSS:
6464
background: none;
6565
position: relative;
6666
z-index: 2;
67+
box-sizing: content-box; // Prevent scrollbar for autogrow
6768
}
6869
.ui-mention-highlight {
6970
white-space: pre-wrap;

0 commit comments

Comments
 (0)