Browse Source

dropdown menu will open infront of the create component and as soon as someone starts dragging the area of drop will glow with yellow

Rohit Taware 6 months ago
parent
commit
a28ca4d226
1 changed files with 2 additions and 3 deletions
  1. 2 3
      _sass/_layout.scss

+ 2 - 3
_sass/_layout.scss

@@ -10,7 +10,7 @@
     // Positioning context for the mobile navigation icon
     position: relative;
 }
-
+  
 .site-title {
     font-family: $header-font-family;
     font-size: 26px;
@@ -24,12 +24,11 @@
         color: #000;
     }
 }
-
 .site-nav {
     font-family: $header-font-family;
     float: right;
     line-height: 56px;
-
+    z-index: 1000;
     .menu-icon {
         display: none;
     }