With an element that uses calc() for positioning (e.g. div { left: calc(100% - 50px); }) Safari returns nil for window.getComputedStyle(elem).left
calc()
div { left: calc(100% - 50px); }
Is there a workaround for this?
Aucun commentaire:
Enregistrer un commentaire