Attempt to fix selected piece over smartphone menu
[vchess.git] / client / src / App.vue
index d65d380..315dc61 100644 (file)
@@ -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