Started a screen implementation in the menu
diff --git a/dev/scss/header/menu.scss b/dev/scss/header/menu.scss
index af5331f..5cfbad4 100644
--- a/dev/scss/header/menu.scss
+++ b/dev/scss/header/menu.scss
@@ -72,14 +72,13 @@
     width: 12px;
     height: 100%;
     opacity: 0;
-
+    cursor: pointer;
     > span {
       position: absolute;
       @include choose-active;
       display: block;
       right: 1px;
       width: 6px;
-      cursor: pointer;
       z-index: 600;
       border-radius: 4px;
     }