mirror of
https://github.com/idanoo/autobrr
synced 2025-07-22 16:29:12 +00:00
fix(web): tooltip placement (#1577)
* fix(web): tooltip placement * fix(web): simplify tooltip placement solution
This commit is contained in:
parent
3d6c4c09f5
commit
f1fa2680a6
1 changed files with 1 additions and 0 deletions
|
@ -67,6 +67,7 @@ export const Tooltip = ({
|
|||
interactive: true,
|
||||
delayHide: 200,
|
||||
placement,
|
||||
followCursor: placement === "right"
|
||||
});
|
||||
|
||||
const handleClick = (e: React.MouseEvent<HTMLDivElement>) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue