yfzhao20 / vscode-ultra-math-preview

A VS Code extension for math preview and other functions.
https://marketplace.visualstudio.com/items?itemName=yfzhao.ultra-math-preview
MIT License
44 stars 4 forks source link

MacOS下行内公式被遮挡 #12

Open w571you opened 1 year ago

w571you commented 1 year ago

如图:

image

无论是将预览栏置于上或下都会出现该问题,但行间公式则不会出现该问题。

Version

w571you commented 1 year ago

预览栏会略微遮挡下面的编辑公式

dull-bird commented 1 year ago

It can be solved by custom CSS.

My settings: "umath.preview.customCSS": [ "background-color: #3872E0; margin-bottom:10px" ], I let the preview above the code, thus I only need to adjust margin-bottom. You can set the margin or margin-bottom as you want. I also changed the background color to make it clearer.