Dont apply framework7 css on some elements

Hi
is there a way to stop framework7 from applying css on some elements on the page? the elements are generated by a script.
framework7 is causing a collision since its applying the ripple and width 100% to all the buttons on the page.
im using Doka image editor

Not really, you can disable touch ripple for it by excluding its selector in touch.touchRippleElements params https://framework7.io/docs/app.html#app-parameters

1 Like