From 1cc2fd496270071e6c340f3e0123818469dbab71 Mon Sep 17 00:00:00 2001 From: cagataycivici Date: Mon, 20 Apr 2020 16:47:02 +0300 Subject: [PATCH] Fixed z-index --- src/assets/styles/app.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/assets/styles/app.scss b/src/assets/styles/app.scss index 4adcfee2c..f0cbb838d 100644 --- a/src/assets/styles/app.scss +++ b/src/assets/styles/app.scss @@ -110,7 +110,7 @@ a { position: fixed; top: 0; left: 0; - z-index: 9997; + z-index: 997; height: 70px; width: 100%; display: -ms-flexbox;