daisyui 2.44.0 → 2.46.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
 
@@ -900,7 +902,7 @@
900
902
  .menu.horizontal :where(li) {
901
903
  flex-direction: row
902
904
  }
903
- .menu :where(li) {
905
+ :where(.menu li) {
904
906
  position: relative;
905
907
  display: flex;
906
908
  flex-shrink: 0;