perf(tiptap): 优化出现滚动条时页面会闪动 fix #85

This commit is contained in:
weikx 2022-06-20 21:47:12 +08:00
parent da9c8151ee
commit fc2e5fce48
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@
> main {
position: relative;
display: flex;
overflow: auto;
overflow: overlay;
flex: 1;
justify-content: center;
flex-wrap: nowrap;