No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    Quasar applying CSS box-sizing:inherit to all elements in document

    Framework
    2
    2
    188
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • M
      mmallick last edited by mmallick

      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
      }

      dobbel 1 Reply Last reply Reply Quote 0
      • dobbel
        dobbel @mmallick last edited by

        @mmallick

        https://vue-loader.vuejs.org/guide/scoped-css.html

        1 Reply Last reply Reply Quote 0
        • First post
          Last post