Closed ghost closed 3 years ago
Update: ANY vaadin component is still totally active, even if some of them are greyed out. I don't think this is the expected behavior.
Confirmed. Sorry about the lack of response.
As a workaround, set z-index: 1;
on the app-drawer
element.
Closing as inactive. As mentioned above, there is a workaround available.
If you put a vaadin-grid in any page of the pwa-starter-kit (https://github.com/Polymer/pwa-starter-kit) and resize the screen to be small enough, when opening the hamburger and showing the app-drawer, the grid remains on top of everything. I tried to play with the z-index, but I can only obtain to hide the vaadin-grid completely (at least, its content) or it still remains totally on top.