(no title)
starikovs | 1 year ago
I remember I had a hard time trying to stretch dialog to full screen for mobile devices, but it actually didn't want to work. The code was something like this:
dialog { position: absolute; top: 10px; right: 10px; bottom: 10px; left: 10px; }
askew|1 year ago
starikovs|1 year ago
skgough|1 year ago
[1] https://developer.mozilla.org/en-US/docs/Web/CSS/Containing_...
Lvl999Noob|1 year ago