Scille / parsec-cloud

Open source Dropbox-like file sharing with full client encryption !
https://parsec.cloud
Other
271 stars 40 forks source link

Fix fill-available cross browser compatibility #8947

Closed NicoTuxx closed 1 week ago

NicoTuxx commented 2 weeks ago

-webkit-fill-available is not a working property for all browser, causing problems like the toolbar to overflow on firefox (non-exhaustive).

It needs to be fix by using in order: 100%; -webkit-fill-available; -moz-available; stretch;