Skip to content

Commit cbf3973

Browse files
committed
Adjust players online tooltip position
1 parent e858478 commit cbf3973

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Plan/react/dashboard/src/components/graphs/tooltip/PlayersOnlineTooltip.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ export const PlayersOnlineTooltip = ({id, hoveredDate, identifier}) => {
4444
<aside className="overlay"
4545
style={{
4646
position: "absolute",
47-
top: "100%",
48-
left: left ? left + 80 - spaceRemoved / 2 : "calc(100%-2rem)",
47+
top: "calc(100% - 6rem)",
48+
left: left ? left + 105 - spaceRemoved / 2 : "calc(100%-2rem)",
4949
zIndex: 1,
5050
fontSize: "12px",
5151
lineBreak: "strict",

0 commit comments

Comments
 (0)