Quellcode durchsuchen

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 vor 9 Jahren
Ursprung
Commit
ba4476353e
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  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;
   }