Set size of Dialog bigger then 600px x 600px

Hi,
I try to set the size of a Dialog to be bigger then 600px x 600px but this has no effect? The functions setWidth and setHeight seem only to resize the “internal” size of the dialog, but not the “Dialog” size itself. If i look at the code of the Dialog size functions, this seems to be intended.
I have a 4k screen and i would like to use it fully with the dialog, without scroll bars… Is there any way to do this?

Thank you.

Hi Valentin,

Check out these 2 solutions:
https://vaadin.com/forum/thread/17526845/fullsize-dialog
https://stackoverflow.com/questions/55631881/how-to-correctly-specify-dialog-size-in-vaadin-flow

Hope this works,
Luis