Update CharCounter.plugin.js
This commit is contained in:
parent
2381b2628c
commit
70f0791691
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue