daisyui 4.4.13 → 4.4.15

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/full.css CHANGED
@@ -3067,8 +3067,7 @@ html {
3067
3067
  width: 100%}
3068
3068
  .drawer-content {
3069
3069
  grid-column-start: 2;
3070
- grid-row-start: 1;
3071
- overflow-x: auto}
3070
+ grid-row-start: 1}
3072
3071
  .drawer-side {
3073
3072
  pointer-events: none;
3074
3073
  position: fixed;
@@ -3085,10 +3084,7 @@ html {
3085
3084
  overflow-y: auto;
3086
3085
  overscroll-behavior: contain;
3087
3086
  height: 100vh;
3088
- height: 100dvh;
3089
- scrollbar-width: none}
3090
- .drawer-side::-webkit-scrollbar {
3091
- display: none}
3087
+ height: 100dvh}
3092
3088
  .drawer-side > .drawer-overlay {
3093
3089
  position: sticky;
3094
3090
  top: 0px;
package/dist/styled.css CHANGED
@@ -461,7 +461,6 @@
461
461
  .drawer-content {
462
462
  grid-column-start: 2;
463
463
  grid-row-start: 1;
464
- overflow-x: auto;
465
464
  }
466
465
  .drawer-side {
467
466
  pointer-events: none;
@@ -480,10 +479,6 @@
480
479
  overscroll-behavior: contain;
481
480
  height: 100vh;
482
481
  height: 100dvh;
483
- scrollbar-width: none;
484
- }
485
- .drawer-side::-webkit-scrollbar {
486
- display: none;
487
482
  }
488
483
  .drawer-side > .drawer-overlay {
489
484
  position: sticky;