You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 13, 2025. It is now read-only.
Hello MDC Team, I'm submitting this bug in the context of this project stasson/vue-mdc-adapter. I'm trying to implement Vue adapters of MDC ( foundation way)
When I scroll down a page containing a Fixed toolbar and a MDC Switch, the switch knob stays above the toolbar. See the project preview
Thanks for filing @stasson! This is definitely a bug. We've had multiple issues like this as a result of elevation not being intrinsically mapped to z-indices. We're long-term addressing this problem in #769.
However, as a short-term fix, the toolbar's elevation is set to a depth of 4, so we could simply change the z-index for fixed toolbars from 1 to 4 to correct for this.
MDC Switch knob rendered above the toolbar
Hello MDC Team, I'm submitting this bug in the context of this project stasson/vue-mdc-adapter. I'm trying to implement Vue adapters of MDC ( foundation way)
When I scroll down a page containing a Fixed toolbar and a MDC Switch, the switch knob stays above the toolbar. See the project preview
What MDC-Web Version are you using?
What browser(s) is this bug affecting?
What OS are you using?
What are the steps to reproduce the bug?
What is the expected behavior?
What is the actual behavior?
Any other information you believe would be useful?
I guess could fix it in my CSS but thought it may be something you guys may want to know.
The text was updated successfully, but these errors were encountered: