@randstad-uca/design-system 1.0.105 → 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
@@ -2393,8 +2393,8 @@ function _(t,e){return(e,i,o)=>((t,e,i)=>(i.configurable=!0,i.enumerable=!0,Refl
2393
2393
  .mobile-modal {
2394
2394
  position: fixed;
2395
2395
  top: 20dvh;
2396
- left: 0;
2397
- right: 0;
2396
+ width:100%;
2397
+ bottom: 0;
2398
2398
  background-color: white;
2399
2399
  z-index: 1000;
2400
2400
  border-radius: 12px 12px 0 0;