lés
lés

Reputation: 39

Quasar: How do I "fullscreen" the width of my dialog from q-select?

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?

link to codepen

Upvotes: 0

Views: 4486

Answers (1)

Pratik Patel
Pratik Patel

Reputation: 6978

You also need to set max-width and it will work.

https://codepen.io/Pratik__007/pen/eYEGxBb

Upvotes: 2

Related Questions