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
When using the Material theme, the page background is visible behind the full-screen overlay:
Bildschirmaufnahme.2022-10-24.um.11.29.10.mov
The browser console shows a warning that might be related:
The custom element definition for "vaadin-overlay"
was finalized before a style module was registered.
Make sure to add component specific style modules before
importing the corresponding custom element.
I was testing this with the date picker dev page, run with web-dev-server.
Expected outcome
The page background should not be visible behind the overlay.
Description
When using the Material theme, the page background is visible behind the full-screen overlay:
Bildschirmaufnahme.2022-10-24.um.11.29.10.mov
The browser console shows a warning that might be related:
I was testing this with the date picker dev page, run with web-dev-server.
Expected outcome
The page background should not be visible behind the overlay.
Minimal reproducible example
Steps to reproduce
dev/date-picker.html
to@vaadin/date-picker/theme/material/vaadin-date-picker.js
yarn start
, open date picker dev pageEnvironment
Vaadin version(s): Tested in 24, 23
Browsers
Issue is not browser related
The text was updated successfully, but these errors were encountered: