Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vite warning: Replace fill-available to stretch, because spec had been changed #58

Open
binaryfire opened this issue Nov 22, 2023 · 0 comments

Comments

@binaryfire
Copy link

binaryfire commented Nov 22, 2023

Hi guys,

The Vite dev server is showing the following error. Should fill-available be replaced with stretch? Looks -moz-available needs to be included to cover Firefox too.

https://caniuse.com/intrinsic-width

[vite:css] Replace fill-available to stretch, because spec had been changed

.wowerlay{position:fixed;display:inline-block;left:var(--wowerlay-x, 0px);top:var(--wowerlay-y, 0px);overflow:auto;max-width:calc(100vw - 50px);max-width:calc(-webkit-fill-available - 50px);max-width:calc(fill-available - 50px);max-height:calc(100vh - 50px);max-height:calc(-webkit-fill-available - 50px);max-height:calc(fill-available - 50px);z-index:var(--wowerlay-z, 500)}.wowerlay-background{display:block;position:fixed;left:0;top:0;width:100vw;max-width:-webkit-fill-available;max-width:fill-available;height:100vh;max-height:-webkit-fill-available;max-height:fill-available;z-index:var(--wowerlay-z, 500)}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant