mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-09-01 20:44:12 +08:00
style(editor): 拖动改变工作区左右边栏大小时不要出现滚动条
This commit is contained in:
parent
434bf2ed70
commit
bbbc982be1
@ -4,10 +4,7 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
&-content {
|
&-content {
|
||||||
width: 100%;
|
|
||||||
height: calc(100% - #{$--nav-height});
|
height: calc(100% - #{$--nav-height});
|
||||||
display: flex;
|
|
||||||
justify-self: space-between;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&-framework-center {
|
&-framework-center {
|
||||||
|
@ -2,4 +2,8 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-self: space-between;
|
justify-self: space-between;
|
||||||
|
|
||||||
|
&:has(.m-editor-resizer-draging) {
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user