From 5e631440f8f46a654808d8d6fb0c3b48a9445327 Mon Sep 17 00:00:00 2001
From: Eliot Berriot <contact@eliotberriot.com>
Date: Fri, 28 Sep 2018 20:46:04 +0200
Subject: [PATCH] Fixed display error with menu on top of modal background

---
 front/src/App.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/front/src/App.vue b/front/src/App.vue
index d96e91d92..f4ec3b3f8 100644
--- a/front/src/App.vue
+++ b/front/src/App.vue
@@ -306,7 +306,7 @@ html, body {
     left: 350px;
     right: 0px;
     top: 0px;
-    z-index: 2000;
+    z-index: 99;
   }
   background-color: white;
   .item {
-- 
GitLab