daisyui 3.0.20 → 3.0.23

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
@@ -4241,7 +4241,7 @@ details.collapse summary::-webkit-details-marker {
4241
4241
  overflow: hidden;
4242
4242
  border-radius: 40px;
4243
4243
  margin-top: -25px}
4244
- .modal:not(dialog),
4244
+ .modal:not(dialog:not(.modal-open)),
4245
4245
  .modal::backdrop {
4246
4246
  background-color: rgba(0, 0, 0, 0.3);
4247
4247
  animation: modal-pop 0.2s ease-out}
package/dist/styled.css CHANGED
@@ -3331,7 +3331,7 @@ details.collapse summary {
3331
3331
  overflow-y: hidden;
3332
3332
  overscroll-behavior: contain;
3333
3333
  }
3334
- .modal:not(dialog),
3334
+ .modal:not(dialog:not(.modal-open)),
3335
3335
  .modal::backdrop {
3336
3336
  background-color: rgba(0, 0, 0, 0.3);
3337
3337
  animation: modal-pop 0.2s ease-out;