@randstad-uca/design-system 1.0.104 → 1.0.106

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,9 +2392,9 @@ 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
+ top: 20dvh;
2396
+ width:100%;
2395
2397
  bottom: 0;
2396
- left: 0;
2397
- right: 0;
2398
2398
  background-color: white;
2399
2399
  z-index: 1000;
2400
2400
  border-radius: 12px 12px 0 0;
@@ -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