Jelajahi Sumber

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

ycw 1 tahun lalu
induk
melakukan
db10722036
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  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;