Text Overlay in Navigation Drawer #12879
Unanswered
sambojango
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am working to set up an expansion list inside a
v-navigation-drawer
with a graphic background.I need to increase contrast between text overlay and background image.
When I try setting a CSS filter on
#background
such asgrayscale(100%)
I see the filter reflected in both image and overlay. Thedark
prop has no effect.Both image and overlay are now filtered.
I also tried setting the
gradient
prop onv-navigation-drawer
.Because the docs say one should use
img
slots to controlv-img
settings within the drawer?The current state of things is at this URL.
And on a a related note, how to give the expansion navigation there an accordion behavior?
As in «if one expansion element is open then close it before opening another».
Yes but no and I apologize: a working example of this in a parallel project is here — click the burger.
Beta Was this translation helpful? Give feedback.
All reactions