mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-04 13:09:07 +08:00
amis-saas-7601 [Feature] 「编辑器」长文本表达式上下[表达式]浮层遮挡问题
Change-Id: I010b10d33d36bd7b182b3139ccf963ffaea0cd65
This commit is contained in:
parent
4fa143a5cb
commit
30e75272df
@ -30,9 +30,17 @@
|
||||
& > .CodeMirror {
|
||||
height: 100%;
|
||||
padding-bottom: 26px;
|
||||
.CodeMirror-lines {
|
||||
padding-bottom: 30px;
|
||||
}
|
||||
.CodeMirror-vscrollbar {
|
||||
margin-bottom: 26px;
|
||||
}
|
||||
|
||||
pre.CodeMirror-line,
|
||||
.CodeMirror pre.CodeMirror-line-like {
|
||||
z-index: initial;
|
||||
}
|
||||
}
|
||||
|
||||
.cm-expression {
|
||||
@ -66,6 +74,7 @@
|
||||
background: var(--Tooltip-bg--dark);
|
||||
border: none;
|
||||
box-shadow: var(--Tooltip-boxShadow--dark);
|
||||
z-index: 10;
|
||||
.expression-popover-arrow {
|
||||
position: absolute;
|
||||
display: block;
|
||||
|
Loading…
Reference in New Issue
Block a user