From f6ba2aec9216a8f11381c182f26323ffc4566d67 Mon Sep 17 00:00:00 2001 From: thororen1234 <78185467+thororen1234@users.noreply.github.com> Date: Thu, 10 Oct 2024 15:47:16 -0400 Subject: [PATCH] Fix CharCount Being Blocked --- src/equicordplugins/CharacterCounter/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/equicordplugins/CharacterCounter/style.css b/src/equicordplugins/CharacterCounter/style.css index 3b160741..389a9693 100644 --- a/src/equicordplugins/CharacterCounter/style.css +++ b/src/equicordplugins/CharacterCounter/style.css @@ -3,7 +3,7 @@ color: var(--text-muted); text-align: right; position: absolute; - bottom: -15px; + bottom: 45px; right: 0; pointer-events: none; z-index: 1; @@ -23,4 +23,4 @@ .char-counter .char-max { color: var(--text-muted); -} \ No newline at end of file +}