Skip to content

Commit

Permalink
fix tooltip size
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbf committed Jun 15, 2023
1 parent 9077091 commit 8463de1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/features/GuidedTour/GuidedTour.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,9 @@ export function GuidedTour({
floaterProps={{
styles: {
floater: {
padding: "8px 0 0 8px",
padding: 0,
paddingLeft: 8,
paddingTop: 8,
filter:
"drop-shadow(0px 5px 5px rgba(0,0,0,0.05)) drop-shadow(0 1px 3px rgba(0,0,0,0.1))",
},
Expand Down

0 comments on commit 8463de1

Please sign in to comment.