Q-Dialog: Set custom size (width](height)
-
hello,
Actually I have seen a code where they used card inside the dialog but im using container and layout and I want to set a custom width. so please tell me how to set a custom width of containerized dialog.
Example in quasar documentation -
@muzammil_76 you should be able to just set a width and max-width on the q-layout. I usually set width to, say 600px, and max-width to around 90% so on mobile it doesn’t take up the whole screen.
-
@beets thanks