From 414508431934581b493a6c6bd9f69043b6ec8c9f Mon Sep 17 00:00:00 2001 From: gaelle morin Date: Tue, 19 Jan 2021 20:36:07 +0100 Subject: [PATCH] fix: mobile - left menu covering the chat --- src/styles/left-nav/_index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/left-nav/_index.scss b/src/styles/left-nav/_index.scss index 5155738..77168f7 100644 --- a/src/styles/left-nav/_index.scss +++ b/src/styles/left-nav/_index.scss @@ -103,7 +103,7 @@ nav#main__menu { position: fixed; right: 0; top: 50px; - z-index: 1000; + z-index: 3000; } } }