From b35143f8437c5115efa4d1f84522eff9212f6267 Mon Sep 17 00:00:00 2001 From: Fedor Katurov Date: Mon, 13 Jul 2020 11:17:26 +0700 Subject: [PATCH] fixed youtube link z-index --- src/components/comment/CommentEmbedBlock/styles.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/comment/CommentEmbedBlock/styles.scss b/src/components/comment/CommentEmbedBlock/styles.scss index 9503311c..56c0e880 100644 --- a/src/components/comment/CommentEmbedBlock/styles.scss +++ b/src/components/comment/CommentEmbedBlock/styles.scss @@ -25,7 +25,7 @@ left: 0; width: 100%; height: 100%; - z-index: 7; + z-index: 5; } svg {