style: 富文本组件-框选文本-工具栏遮挡-无法选中
--bug=1049749 --user=吕梦园 https://www.tapd.cn/55049933/bugtrace/bugs/view/1155049933001049749
This commit is contained in:
parent
954e3168fc
commit
b5724597a8
|
@ -598,6 +598,7 @@
|
|||
@apply relative overflow-hidden;
|
||||
:deep(.halo-rich-text-editor .ProseMirror) {
|
||||
padding: 16px !important;
|
||||
padding-top: 30px !important;
|
||||
min-height: 130px;
|
||||
> p:first-child {
|
||||
margin-top: 0;
|
||||
|
@ -631,18 +632,18 @@
|
|||
div:first-of-type {
|
||||
.ms-scroll-bar();
|
||||
}
|
||||
& > div {
|
||||
overflow: visible;
|
||||
.bubble-menu button {
|
||||
padding: 3px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
:deep(.editor-content) {
|
||||
.ms-scroll-bar();
|
||||
|
||||
background: var(--color-text-fff);
|
||||
& + div[data-tippy-root] {
|
||||
transform: translate(60%) !important;
|
||||
}
|
||||
}
|
||||
[data-tippy-root] {
|
||||
inset: auto !important;
|
||||
}
|
||||
:deep(.tableWrapper) {
|
||||
.ms-scroll-bar();
|
||||
|
|
Loading…
Reference in New Issue