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/README.md +1 -1
- package/dist/full.css +1 -1
- package/dist/styled.css +3 -0
- package/dist/styled.js +1 -1
- package/dist/styled.rtl.js +1 -1
- package/dist/unstyled.css +3 -0
- package/dist/unstyled.js +1 -1
- package/dist/unstyled.rtl.js +1 -1
- package/package.json +1 -1
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 {
|