We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1521e0 commit 214b518Copy full SHA for 214b518
packages/mosaic/tooltip/tooltip.scss
@@ -55,7 +55,7 @@
55
transform: rotate(45deg);
56
}
57
58
-$arrow-offset: calc(var(--mc-tooltip-size-arrow-size, (#{$tooltip-size-arrow-size - 1} / -2)));
+$arrow-offset: calc((var(--mc-tooltip-size-arrow-size, #{$tooltip-size-arrow-size}) - 1px) / -2);
59
$arrow-padding: calc(18px - (var(--mc-tooltip-size-trigger-margin, #{$tooltip-size-trigger-margin}) / 2));
60
61
@include popUpArrowPositions(mc-tooltip, $arrow-offset, $arrow-padding);
0 commit comments