-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ability to set Drawer backdrop opacity #329
Milestone
Comments
Care for a PR to add "backdropOpacity" as a prop? It would speed up things. |
Tried... but could not get it workin... sorry. |
rstoenescu
changed the title
drawer backdrop opacity hard to customize
Ability to set Drawer backdrop opacity
Jan 17, 2017
rstoenescu
added a commit
that referenced
this issue
Jan 17, 2017
Available in Quasar edge and in next v0.13 |
Implemented through |
Was this removed? I can only find it in old documentation. |
@oktayaa Yes. You can use |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I do not quite get why this is not a variable, but 'hardcoded':
const backdropOpacity = {mat: 0.7, ios: 0.2}
overhere:
https://github.com/quasarframework/quasar/blob/dev/src/vue-components/drawer/Drawer.vue
The text was updated successfully, but these errors were encountered: