diff --git a/docs/playground/src/App.tsx b/docs/playground/src/App.tsx index 1fdef5ac..19ea30a3 100644 --- a/docs/playground/src/App.tsx +++ b/docs/playground/src/App.tsx @@ -252,7 +252,12 @@ const TerminalComponent = (v: any) => { } const CustomTooltip = styled(({ className, ...props }: TooltipProps) => ( - + ))({ [`& .${tooltipClasses.tooltip}`]: { fontSize: 16, @@ -366,8 +371,6 @@ const groupTokenToComponent = (g: TokenGroup, groups: string[]) => { key={`${tokenGroupToKey(g)}-tooltip`} sx={{ zIndex: 1500 + newGroups.length }} title={newGroups.join(' > ')} - followCursor - arrow >