daisyui 4.9.0 → 4.10.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/full.css CHANGED
@@ -3697,7 +3697,8 @@ html {
3697
3697
  appearance: none;
3698
3698
  opacity: 0}
3699
3699
  :root:has(:is(.modal-open, .modal:target, .modal-toggle:checked + .modal, .modal[open])) {
3700
- overflow: hidden}
3700
+ overflow: hidden;
3701
+ scrollbar-gutter: stable}
3701
3702
  .navbar {
3702
3703
  display: flex;
3703
3704
  align-items: center;
package/dist/styled.css CHANGED
@@ -931,6 +931,7 @@
931
931
  }
932
932
  :root:has(:is(.modal-open, .modal:target, .modal-toggle:checked + .modal, .modal[open])) {
933
933
  overflow: hidden;
934
+ scrollbar-gutter: stable;
934
935
  }
935
936
  .navbar {
936
937
  display: flex;