@eric-emg/symphiq-components 1.2.67 → 1.2.69
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -11172,7 +11172,7 @@ class TooltipContainerComponent {
|
|
|
11172
11172
|
const position = this.tooltipPosition();
|
|
11173
11173
|
if (position === 'top' || position === 'bottom' || position === 'auto') {
|
|
11174
11174
|
const shouldCenter = this.shouldCenter();
|
|
11175
|
-
const classes = shouldCenter ? '
|
|
11175
|
+
const classes = shouldCenter ? '-translate-x-1/2' : '';
|
|
11176
11176
|
const left = this.tooltipLeft();
|
|
11177
11177
|
const rect = this.targetRect();
|
|
11178
11178
|
const bounds = this.viewportBounds();
|