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 {
|
> main {
|
||||||
position: relative;
|
position: relative;
|
||||||
display: flex;
|
display: flex;
|
||||||
overflow: auto;
|
overflow: overlay;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
flex-wrap: nowrap;
|
flex-wrap: nowrap;
|
||||||
|
|
Loading…
Reference in New Issue