fix: Update z-index for chevron in contact sidepanel (#3268)

Signed-off-by: Jay Clark <jay@jayeclark.dev>
This commit is contained in:
Jay Clark
2021-10-25 09:44:13 -04:00
committed by GitHub
parent 8e6ce3a813
commit 5119e7a79e

View File

@@ -425,7 +425,7 @@ export default {
top: $space-slab + $space-two;
font-size: $font-size-default;
color: $color-heading;
z-index: 9999;
z-index: 9989;
}
.conversation--labels {