jQuery UI Widgets Forums Grid css jqx-grid-table use the zoom

This topic contains 1 reply, has 2 voices, and was last updated by  admin 4 years, 9 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • css jqx-grid-table use the zoom #112441

    batu
    Participant

    In firefox got a warn
    uses the non standard property “zoom”. Consider using calc() in the relevant property values, or using “transform” along with “transform-origin: 0 0”.

    .jqx-grid-table {
    … …
    zoom: 1 !important;
    … …
    }

    could you fix it?

    css jqx-grid-table use the zoom #112443

    admin
    Keymaster

    Hi batu,

    This CSS is required in order the product to have old browsers support, too. If your application does not require support for IE11 or older, you can remove it in your code.

    Best Regards,
    Peter Stoev

    jQWidgets team
    https://www.jqwidgets.com/

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.