mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-04 04:59:17 +08:00
amis-saas-7601 补充:[表达式]浮层遮挡问题
Change-Id: I1265326b989ec2fb78c6cdad567d10dc2b24b501
This commit is contained in:
parent
3d599b83a4
commit
f33b995b05
@ -37,6 +37,10 @@
|
||||
margin-bottom: 26px;
|
||||
}
|
||||
|
||||
// 解决上下 pre标签中表达式浮层遮挡问题
|
||||
.CodeMirror-measure + div {
|
||||
z-index: inherit !important;
|
||||
}
|
||||
pre.CodeMirror-line,
|
||||
.CodeMirror pre.CodeMirror-line-like {
|
||||
z-index: initial;
|
||||
|
Loading…
Reference in New Issue
Block a user