dce-reactkit 3.8.0 → 3.8.1

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/cjs/index.js CHANGED
@@ -920,6 +920,11 @@ const shared = `
920
920
  padding: 0 !important;
921
921
  margin: 0 !important;
922
922
  }
923
+
924
+ /* Tooltip on Very Top */
925
+ .tooltip {
926
+ z-index: 9000000000 !important;
927
+ }
923
928
  `;
924
929
 
925
930
  /**