shuzijun / leetcode-editor

Do Leetcode exercises in IDE, support leetcode.com and leetcode-cn.com, to meet the basic needs of doing exercises.Support theoretically: IntelliJ IDEA PhpStorm WebStorm PyCharm RubyMine AppCode CLion GoLand DataGrip Rider MPS Android Studio
https://plugins.jetbrains.com/plugin/12132-leetcode-editor
Apache License 2.0
3.74k stars 402 forks source link

content/solution详情界面没有滚动条 #670

Closed actforjason closed 1 year ago

actforjason commented 1 year ago

content/solution列表有滚动条,但点击solution后的详情界面没有滚动条,在solution很长的情况下滚动很慢并且很难感知当前的垂直位置。

actforjason commented 1 year ago

https://github.com/shuzijun/leetcode-editor/blob/85da93f82fad5020bb9d358c6f9118876926dcc1/src/main/resources/vditor/dist/index.css#L27 该处.vditor-content删除display:flex;即可