daisyui 4.4.14 → 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
@@ -3084,10 +3084,7 @@ html {
3084
3084
  overflow-y: auto;
3085
3085
  overscroll-behavior: contain;
3086
3086
  height: 100vh;
3087
- height: 100dvh;
3088
- scrollbar-width: none}
3089
- .drawer-side::-webkit-scrollbar {
3090
- display: none}
3087
+ height: 100dvh}
3091
3088
  .drawer-side > .drawer-overlay {
3092
3089
  position: sticky;
3093
3090
  top: 0px;
package/dist/styled.css CHANGED
@@ -479,10 +479,6 @@
479
479
  overscroll-behavior: contain;
480
480
  height: 100vh;
481
481
  height: 100dvh;
482
- scrollbar-width: none;
483
- }
484
- .drawer-side::-webkit-scrollbar {
485
- display: none;
486
482
  }
487
483
  .drawer-side > .drawer-overlay {
488
484
  position: sticky;