Closed NicoTuxx closed 1 week ago
-webkit-fill-available is not a working property for all browser, causing problems like the toolbar to overflow on firefox (non-exhaustive).
-webkit-fill-available
It needs to be fix by using in order: 100%; -webkit-fill-available; -moz-available; stretch;
100%; -webkit-fill-available; -moz-available; stretch;
-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;