1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-08 02:10:24 +00:00

12.0 fix left nav tooltip z-index and cursor style (#6381)

* 01 delete useless z-index

* 02 change tooltip cursor style
This commit is contained in:
Michael An
2024-07-19 12:10:07 +08:00
committed by GitHub
parent 88dc8d0cac
commit 67780dd73d
3 changed files with 5 additions and 1 deletions

View File

@@ -22,6 +22,7 @@ function SideNavIconTip(props) {
return (
<Tooltip
popperClassName={'side-nav-icon-tip-popover'}
innerClassName={showAnimation ? 'side-nav-icon-tip side-nav-icon-tip-animation' : 'side-nav-icon-tip'}
toggle={toggleTooltip}
hideArrow={true}