Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

md-subheader don't allow clicks or hover events for md-button inside #3932

Closed
@mattiarigo-humus

Description

@mattiarigo-humus

Hello,
I'm using 0.9.8 because 0.10.0 still has some little bugs.
When an md-button is inside an md-subheader there is no HOVER event for css rules neither click event.
I've tried this css solution

.md-subheader .md-subheader-content > *{
    position: relative;
    z-index: 10;
}

this rule works but it give me this on the page when scrolling

schermata 2015-07-28 alle 17 49 52

I've no hover event or click event for any of element inside md-subheader.
How can I fix it?

Thanks in advance,
\m

Metadata

Metadata

Assignees

Labels

pr: merge readyThis PR is ready for a caretaker to review

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions