Fix CharCount Being Blocked

This commit is contained in:
thororen1234 2024-10-10 15:47:16 -04:00
parent 56ee61957c
commit f6ba2aec92

View file

@ -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);
}
}