Update CharCounter.plugin.js

This commit is contained in:
Mirco Wittrien 2019-05-29 18:32:10 +02:00
parent 2381b2628c
commit 70f0791691
1 changed files with 2 additions and 1 deletions

View File

@ -47,8 +47,9 @@ class CharCounter {
#charcounter {
display: block;
position: absolute;
z-index: 1000;
z-index: 1000;
pointer-events: none;
font-size: 15px;
}
#charcounter.normal {
right: 0;