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