Parcourir la source

set higher z-index for menu options (#28352)

ycw il y a 1 an
Parent
commit
db10722036
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      editor/css/main.css

+ 1 - 0
editor/css/main.css

@@ -368,6 +368,7 @@ select {
 
 		#menubar .menu .options {
 			position: fixed;
+			z-index: 1; /* higher than resizer */
 			display: none;
 			padding: 5px 0;
 			background: #eee;