mirror of https://github.com/fantasticit/think.git
perf(tiptap): 优化出现滚动条时页面会闪动 fix #85
This commit is contained in:
parent
da9c8151ee
commit
fc2e5fce48
|
@ -44,7 +44,7 @@
|
|||
> main {
|
||||
position: relative;
|
||||
display: flex;
|
||||
overflow: auto;
|
||||
overflow: overlay;
|
||||
flex: 1;
|
||||
justify-content: center;
|
||||
flex-wrap: nowrap;
|
||||
|
|
Loading…
Reference in New Issue