发布

  • fix: use CSS :hover to control settings tooltip visibility

    frostbyte_neo 发布于 2026-05-24 14:32:21 +00:00

    Move tooltip inside the button so CSS handles show/hide via
    #settingsBtn:hover .settings-coming-soon. position:fixed escapes
    the sidebar overflow:hidden clip. JS only sets pixel coordinates on
    mouseenter -- no JS hide logic needed.

    下载附件