Browse Source

Added z-index property so that the drop down menu is top of the screen in edit mode.

Considering the full screen layer, added a margin.
kitsunai 8 years ago
parent
commit
ba4476353e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      resource/css/crowi.scss

+ 1 - 0
resource/css/crowi.scss

@@ -190,6 +190,7 @@ footer {
 // }}}
 
 .dropdown-menu {
+   z-index: 10060;
   .dropdown-button {
     padding: 3px 20px;
   }