From 67e564fd948635b9d338152d159f4b7bd01cbb23 Mon Sep 17 00:00:00 2001 From: Andreas Nedbal Date: Fri, 23 Dec 2022 00:58:36 +0100 Subject: [PATCH] fix z-index of comment input --- app/javascript/styles/components/_comments.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/javascript/styles/components/_comments.scss b/app/javascript/styles/components/_comments.scss index 88fa3311..1ee43d24 100644 --- a/app/javascript/styles/components/_comments.scss +++ b/app/javascript/styles/components/_comments.scss @@ -22,7 +22,6 @@ } &__input { - z-index: 99; padding-right: 2.5rem; &.is-invalid { @@ -32,7 +31,7 @@ &__character-count { position: absolute; - z-index: 100; + z-index: 5; right: .5rem; top: .5rem; }