vordan of Infoproject
12/1/2015 - 8:03 PM

Equivalent of width:-moz-available in Google Chrome Is there an alternate way to fill the available space of nested divs in Google Chrome?

Equivalent of width:-moz-available in Google Chrome

Is there an alternate way to fill the available space of nested divs in Google Chrome? Firefox's -moz-available does just that, but takes margins, paddings and scrollbars into consideration. There is no -webkit-available, though.

From http://stackoverflow.com/questions/5948049/equivalent-of-width-moz-available-in-google-chrome/33327538#33327538

These are the missing libraries that need to be installed on a new server installation (as they're seen on Infoproject Development Server)

curl
enchant
gd
gmp
mcrypt
elem {
  width: 100%;
  width: -moz-available;          /* For Mozzila */
  width: -webkit-fill-available;  /* For Chrome. */
}