Reputation: 39
I'm currently using the q-select__dialog
class to customize my dialog and I can't figure out how to make my dialog width kind of like full screen (i don't know the right term). I tried setting the width to 100% but the width is still not fullscreen. Any idea how I should about this?
Upvotes: 0
Views: 4486
Reputation: 6978
You also need to set max-width
and it will work.
https://codepen.io/Pratik__007/pen/eYEGxBb
Upvotes: 2