Skip to content

Commit

Permalink
fix: popover margin
Browse files Browse the repository at this point in the history
  • Loading branch information
Luis Rodrigues committed Nov 22, 2020
1 parent 362013d commit e246f20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/littlefoot.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
border: var(--popover-border);
border-radius: var(--popover-border-radius);
box-shadow: var(--popover-shadow);
margin: calc(2.5 * var(--popover-tooltip-size)) 0;
margin: calc(var(--popover-tooltip-size) + var(--button-height)) 0;
max-width: var(--popover-max-width);
position: absolute;
top: 0;
Expand Down

0 comments on commit e246f20

Please sign in to comment.