79115356

Date: 2024-10-22 18:30:45
Score: 1
Natty:
Report link

All you need to do is put this in your css:

ion-modal {
    --width: 100vw;
    --height: 100vh;
}

After looking into it, Ionic uses the "--width" and "--height" css variables internally, so overwriting these is all that's needed.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Alex Dale