@randstad-uca/design-system 1.0.104 → 1.0.105

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/index.js CHANGED
@@ -2392,7 +2392,7 @@ function _(t,e){return(e,i,o)=>((t,e,i)=>(i.configurable=!0,i.enumerable=!0,Refl
2392
2392
 
2393
2393
  .mobile-modal {
2394
2394
  position: fixed;
2395
- bottom: 0;
2395
+ top: 20dvh;
2396
2396
  left: 0;
2397
2397
  right: 0;
2398
2398
  background-color: white;
@@ -2403,7 +2403,7 @@ function _(t,e){return(e,i,o)=>((t,e,i)=>(i.configurable=!0,i.enumerable=!0,Refl
2403
2403
  flex-direction: column;
2404
2404
  padding: 0px;
2405
2405
  animation: slideUp 0.5s ease-out;
2406
- max-height: 80dvh;
2406
+ min-height: 80dvh;
2407
2407
  overflow-y: auto;
2408
2408
  }
2409
2409