From: Benjamin Auder <benjamin.auder@somewhere>
Date: Tue, 18 Feb 2020 08:30:27 +0000 (+0100)
Subject: Attempt to fix selected piece over smartphone menu
X-Git-Url: https://git.auder.net/%7B%7B%20asset%28%27mixstore/images/img/current/pieces/mini-custom.min.css?a=commitdiff_plain;h=c6913dbc4435b7975a7eed3a3c5880150fc1cc16;p=vchess.git

Attempt to fix selected piece over smartphone menu
---

diff --git a/client/src/App.vue b/client/src/App.vue
index 315dc61e..91675724 100644
--- a/client/src/App.vue
+++ b/client/src/App.vue
@@ -210,8 +210,8 @@ nav
       position: absolute
       top: -22px
       //padding: -5px 0 0 10px
-  & > #menuBar
-    z-index: 5000 //to hide currently selected piece if any
+    & > #menuBar
+      z-index: 5000 //to hide currently selected piece if any
 
 [type="checkbox"].drawer+*
   right: -767px