Explorar o código

Merge branch 'issue_88' into 'master'

dropdown menu will open infront of the create component and as soon as someone...

See merge request medlabboulder/communityrule!18
Nathan Schneider hai 1 ano
pai
achega
de00887885
Modificáronse 1 ficheiros con 2 adicións e 3 borrados
  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;
     }