0

For Safari the following is not working, can anyone pinpoint in what I'm doing wrong?

max-height: calc(80vh - 140px);

All methods are individually supported on Safari. -webkit-calc doesn't help either.

Thanks!

dippas
  • 58,591
  • 15
  • 114
  • 126
Maurice Kroon
  • 959
  • 4
  • 13
  • 29

1 Answers1

0

This might be part of a bug reported om Chrome browsers, since Safari also uses the Webkit engine.

Nicky
  • 3,607
  • 6
  • 33
  • 64