Quasar applying CSS box-sizing:inherit to all elements in document
-
Our application is built on DHTMLX framework , we are making some independent component with Vue and Quasar , it will work along with DHTMLX.
But when we include quasar.css in our JSP file below style is adding in all other element in page , and existing DHTMLX components ui is changing. How can we restrict quasar css effect only inside vue componenet (#q-app container) and not on entire document.*,
*:before,
:after div.q-app {
box-sizing:inherit
} -