quasarframework / quasar

Quasar Framework - Build high-performance VueJS user interfaces in record time
https://quasar.dev
MIT License
25.89k stars 3.51k forks source link

class="dimmed" applies dark overlay over the whole page instead of the element #15663

Closed fprijate closed 1 year ago

fprijate commented 1 year ago

What happened?

class="dimmed" applies dark overlay over the whole page. In the documentation CSS Visibility : Apply dark transparent overlay on top of your element.

The error is either in code or in documentation.

What did you expect to happen?

Dimm only element or fix documentation

Reproduction URL

https://stackblitz.com/edit/quasarframework-a126bu?file=src%2Fpages%2FIndexPage.vue

How to reproduce?

Go to stackblitz and look at the page

Flavour

Quasar CLI (@quasar/cli | @quasar/app)

Areas

Style & Identity (quasar)

Platforms/Browsers

Firefox, Chrome

Quasar info output

No response

Relevant log output

No response

Additional context

No response

pdanpdan commented 1 year ago

The element you want dimmed should have a positioned display mode (anything but static)

fprijate commented 1 year ago

Maybe this should be in documentation

pdanpdan commented 1 year ago

You can make a PR and add the info at all classes that need it