Rem-Craft icon indicating copy to clipboard operation
Rem-Craft copied to clipboard

修复插入内容时, 超出屏幕限制, 不显示下拉条.

Open ba0gu0 opened this issue 7 months ago • 0 comments

修复插入内容时, 超出屏幕限制, 不显示下拉条.

问题 #135

image

修复之后

image

修改代码

文件 style/protyle/hint.scss

    > div[style*='flex'] {
        margin-top: menu.$padding;
        max-height: 90vh;
    }

ba0gu0 avatar Jul 24 '24 08:07 ba0gu0