canvu-react 0.3.28 → 0.3.29

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/react.js CHANGED
@@ -3644,6 +3644,10 @@ var TOOLBAR_TOOLTIP_CSS = `
3644
3644
  opacity: 1;
3645
3645
  visibility: visible;
3646
3646
  }
3647
+ [data-slot="vector-canvas-toolbar"][data-position^="top-"] .vector-toolbar-tip {
3648
+ top: calc(100% + 8px);
3649
+ bottom: auto;
3650
+ }
3647
3651
  `;
3648
3652
  var OVERFLOW_MENU_CSS = `
3649
3653
  .vector-toolbar-overflow-panel {
@@ -3726,6 +3730,10 @@ var OVERFLOW_MENU_CSS = `
3726
3730
  opacity: 1;
3727
3731
  visibility: visible;
3728
3732
  }
3733
+ [data-slot="vector-canvas-toolbar"][data-position^="top-"] .vector-toolbar-overflow-tip {
3734
+ top: calc(100% + 8px);
3735
+ bottom: auto;
3736
+ }
3729
3737
  .vector-toolbar-overflow-cell > button {
3730
3738
  background: rgba(24,24,27,0.05);
3731
3739
  }