From 70f0791691f53a41bd9cdfc96804c8f5c613bd42 Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Wed, 29 May 2019 18:32:10 +0200 Subject: [PATCH] Update CharCounter.plugin.js --- Plugins/CharCounter/CharCounter.plugin.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Plugins/CharCounter/CharCounter.plugin.js b/Plugins/CharCounter/CharCounter.plugin.js index 39f3d57a44..f5ba06d41a 100644 --- a/Plugins/CharCounter/CharCounter.plugin.js +++ b/Plugins/CharCounter/CharCounter.plugin.js @@ -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;