daisyui 2.43.2 → 2.45.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
@@ -489,6 +489,8 @@
489
489
  display: grid;
490
490
 
491
491
  max-height: 100vh;
492
+
493
+ overflow-x: hidden;
492
494
  }
493
495
  .drawer-toggle ~ .drawer-side > .drawer-overlay {
494
496
 
@@ -1280,6 +1282,7 @@
1280
1282
  .tooltip:before {
1281
1283
  position: absolute;
1282
1284
  pointer-events: none;
1285
+ z-index: 1;
1283
1286
  content: attr(data-tip);
1284
1287
  }
1285
1288
  .tooltip:before, .tooltip-top:before {