Skip to content

macOS 下提示框的 1px 白边问题 #259

Open
@CakeAL

Description

71221720148905_ pic

这里会有一个 1px 的白色边框,发现是

  height: calc(100% - 1px);

的问题,但是通过查看 css 可知这是故意加的,但是我目前并不知道在 Windows 上显示是什么效果。

上面的

html,
body {
  background: transparent;
}

在 macOS 上的 WebKit(Tauri 在 Mac 上使用 WebKit )上貌似不起作用,或者说必须是白色背景。

此外,貌似有概率在没有聚焦提示框后,提示框不消失(并没有移动它),我再研究一下。

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions