|
|
|
|
|
by starikovs
525 days ago
|
|
Thanks for the article! 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;
} |
|