From 478a78b371c38d3f2d40b4a62d492f5cbba76b91 Mon Sep 17 00:00:00 2001 From: "francois.grand" <francois.grand@irstea.fr> Date: Mon, 15 Jan 2018 12:18:25 +0100 Subject: [PATCH] =?UTF-8?q?ticket=20#37=20:=20correction=20de=20"Les=20lis?= =?UTF-8?q?tes=20d=C3=A9roulantes=20passent=20par=20dessus=20la=20sidenav"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/app.component.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/app.component.scss b/src/app/app.component.scss index 839bbcf42..2470b6efc 100644 --- a/src/app/app.component.scss +++ b/src/app/app.component.scss @@ -12,7 +12,7 @@ body { height: 100%; width: 0; position: fixed; - z-index: 1; + z-index: 2000; top: 0; left: 0; background-color: #111; -- GitLab