From 3f61a1c8478318aaa10867264a3f3edaf6d44d24 Mon Sep 17 00:00:00 2001
From: Benjamin Auder <benjamin.auder@somewhere>
Date: Tue, 18 Feb 2020 09:28:20 +0100
Subject: [PATCH] Attempt to fix selected piece over smartphone menu

---
 client/src/App.vue | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/client/src/App.vue b/client/src/App.vue
index d65d3806..315dc61e 100644
--- a/client/src/App.vue
+++ b/client/src/App.vue
@@ -202,7 +202,6 @@ nav
 
 @media screen and (max-width: 767px)
   nav
-    z-index: 5000 //to hide currently selected piece if any
     height: 42px
     border: none
     & > label.drawer-toggle
@@ -211,6 +210,8 @@ nav
       position: absolute
       top: -22px
       //padding: -5px 0 0 10px
+  & > #menuBar
+    z-index: 5000 //to hide currently selected piece if any
 
 [type="checkbox"].drawer+*
   right: -767px
-- 
2.44.0