浏览代码

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

ycw 1 年之前
父节点
当前提交
db10722036
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      editor/css/main.css

+ 1 - 0
editor/css/main.css

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