mirror of https://github.com/fantasticit/think.git
Merge pull request #87 from weikx/fix/doc-shift
perf(tiptap): 优化出现滚动条时页面会闪动 fix #85
This commit is contained in:
commit
ea655f27d8
|
@ -45,6 +45,8 @@
|
||||||
position: relative;
|
position: relative;
|
||||||
display: flex;
|
display: flex;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
/* stylelint-disable-next-line */
|
||||||
|
overflow: overlay;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
flex-wrap: nowrap;
|
flex-wrap: nowrap;
|
||||||
|
|
Loading…
Reference in New Issue