-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
代码块纵向滚动显示问题 #48
Comments
代码块横向滚动有问题,目前没有找到比较好的解决方法。在考虑下个版本是否去掉该功能。🙃 |
昨晚没仔细看问题。但应该与代码块横向滚动条有关, --code-block-lines-horizontal-white-space: normal;
--code-block-lines-horizontal-overflow-x : auto; |
注释了没有效果,而且我发现鼠标单击最后一行也会出现这种情况 |
SeeYue/code-block/ 路径下 /* 代码块行横向滚轮 */
#write pre.md-fences .CodeMirror-wrap .CodeMirror-code pre {
overflow-x : var(--code-block-lines-horizontal-overflow-x) !important;
white-space: var(--code-block-lines-horizontal-white-space) !important;
} |
这块代码也已经注释了,没有效果 |
我复现出这个问题了。估计是点击最后面几行被电脑认为是拖动滚轮了,就出现了这样的效果。目前不知道怎么解决。🙃 |
Open
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: