Hugo Torzuoli
Hugo Torzuoli
Then I don't get why GitHub button leads to your fork, is that a bug from cdnjs? 
Ok right! What about Vue Tour CSS? Don't you need it from CDN too?
Perfect! Waiting for cdnjs merge before merging this one. Thank you!
Hi @jonalxh, @mmorainville has deployed Vue Tour 2.0, can you try to update and see if you still got this issue?
 I've tried on my machine, `npm i vue-tour` is installing 2.0.0 version. @mmorainville updated NPM repository yesterday,
We have some known issues with current display of Vue Tour step in sandboxed elements such as sidebar. It's not Quasar fault, nor your code, it comes from Vue Tour....
`overflow: hidden` worked for me
Hi @rajatdhoot123, I'm unable to reproduce your issue. ``` Page Title ```
Hello guys, what about this issue?
Hi @hjvedvik, I'm using these dependencies : ``` "dependencies": { "@fortawesome/fontawesome-svg-core": "^1.2.25", "@fortawesome/free-brands-svg-icons": "^5.11.2", "@fortawesome/free-regular-svg-icons": "^5.11.2", "@fortawesome/free-solid-svg-icons": "^5.11.2", "@fortawesome/vue-fontawesome": "^0.1.7", "@gridsome/plugin-google-analytics": "^0.1.0", "capture-website": "^0.4.0", "gridsome": "^0.7.0", "tailwindcss": "^1.1.2" }, "devDependencies":...