calc

  1. A

    Not a bug CSS calc() function not working properly

    In XF, something like: width: calc(100% - 10px); results in: width: calc(90%); Tested on Firefox and Chrome. That is to say, the "px" value is parsed as "%" when performing the calculation.
Back
Top Bottom