Commit aa70f68c authored by song's avatar song Committed by 杨奕

Update select.css

tags的层级是1000,导致超出了Dialog的层级。
是否默认z-index:1;就够用了?
parent 83ed9513
......@@ -107,7 +107,7 @@
position: absolute;
line-height: normal;
white-space: normal;
z-index: var(--index-top);
z-index: 1;
top: 50%;
transform: translateY(-50%);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment