Fix insights tooltip vertical placement
This commit is contained in:
parent
e6499372bd
commit
9cd5a0f74f
@ -135,7 +135,7 @@ export default function AdminAppInsightsClient({
|
||||
const renderTooltipContent = (content: ReactNode) =>
|
||||
<Tooltip
|
||||
content={content}
|
||||
classNameTrigger="translate-y-[-1.5px] ml-2 h-3"
|
||||
classNameTrigger="translate-y-[4.5px] ml-1.5"
|
||||
supportMobile
|
||||
/>;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user