Closed actforjason closed 1 year ago
content/solution列表有滚动条,但点击solution后的详情界面没有滚动条,在solution很长的情况下滚动很慢并且很难感知当前的垂直位置。
https://github.com/shuzijun/leetcode-editor/blob/85da93f82fad5020bb9d358c6f9118876926dcc1/src/main/resources/vditor/dist/index.css#L27 该处.vditor-content删除display:flex;即可
.vditor-content
display:flex;
content/solution列表有滚动条,但点击solution后的详情界面没有滚动条,在solution很长的情况下滚动很慢并且很难感知当前的垂直位置。