fix z-index of comment input

This commit is contained in:
Andreas Nedbal 2022-12-23 00:58:36 +01:00 committed by Andreas Nedbal
parent 7ab4214a14
commit 67e564fd94
1 changed files with 1 additions and 2 deletions

View File

@ -22,7 +22,6 @@
} }
&__input { &__input {
z-index: 99;
padding-right: 2.5rem; padding-right: 2.5rem;
&.is-invalid { &.is-invalid {
@ -32,7 +31,7 @@
&__character-count { &__character-count {
position: absolute; position: absolute;
z-index: 100; z-index: 5;
right: .5rem; right: .5rem;
top: .5rem; top: .5rem;
} }