igloo-d2c-components 1.0.47 → 1.0.48

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.
package/dist/esm/index.js CHANGED
@@ -1009,7 +1009,7 @@ const MenuItemTopIcon = styled(Box)({
1009
1009
  });
1010
1010
  const MenuItemTooltip = styled(Box)({
1011
1011
  position: 'absolute',
1012
- top: 'calc(100% + 4px)',
1012
+ top: 'calc(100% - 10px)',
1013
1013
  left: '50%',
1014
1014
  transform: 'translateX(-50%)',
1015
1015
  background: 'rgba(0, 144, 218, 0.8)',