QDialog: option for blurred background #16971
Answered
by
rstoenescu
ShlomoCode
asked this question in
Ideas / Proposals
-
Right now when dialog is open there is a grayish background around it. You can achieve this using the following CSS: .q-dialog__backdrop {
backdrop-filter: blur(10px);
} but it seems to me that it would be useful to add a boolean prop of |
Beta Was this translation helpful? Give feedback.
Answered by
rstoenescu
Mar 9, 2024
Replies: 1 comment 1 reply
-
Will be available in Quasar v2.14.8. With some examples in docs: |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
rstoenescu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Will be available in Quasar v2.14.8.
With some examples in docs: