daisyui 2.43.2 → 2.44.0

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/styled.css CHANGED
@@ -1280,6 +1280,7 @@
1280
1280
  .tooltip:before {
1281
1281
  position: absolute;
1282
1282
  pointer-events: none;
1283
+ z-index: 1;
1283
1284
  content: attr(data-tip);
1284
1285
  }
1285
1286
  .tooltip:before, .tooltip-top:before {