@getflip/swirl-components 0.337.0 → 0.338.1

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.
@@ -418,7 +418,7 @@
418
418
 
419
419
  @media (min-width: 768px) {
420
420
 
421
- .modal:not(.modal--fullscreen) .modal__body {
421
+ .modal.modal--variant-default:not(.modal--fullscreen) .modal__body {
422
422
  width: 90vw;
423
423
  max-width: var(--swirl-modal-max-width);
424
424
  max-height: var(--swirl-modal-max-height);
@@ -430,7 +430,7 @@
430
430
 
431
431
  @media (min-width: 992px) {
432
432
 
433
- .modal:not(.modal--fullscreen) .modal__body {
433
+ .modal.modal--variant-default:not(.modal--fullscreen) .modal__body {
434
434
  height: var(--swirl-modal-height)
435
435
  }
436
436
  }
@@ -47,7 +47,7 @@
47
47
  }
48
48
 
49
49
  .table-row-group__rows-container {
50
- display: contents;
50
+ overflow: visible clip;
51
51
  transition: height 0.3s ease-out;
52
52
  }
53
53