ソースを参照

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 8 ヶ月 前
コミット
a28ca4d226
1 ファイル変更2 行追加3 行削除
  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;
     }