antoniandre / wave-ui

A UI framework for Vue.js 3 (and 2) with only the bright side. ☀️
https://antoniandre.github.io/wave-ui
MIT License
544 stars 39 forks source link

body.overflow-x: hidden causing extra scrollbar #112

Closed res63661 closed 1 year ago

res63661 commented 1 year ago

How to override body{ overflow-x: hidden} ? This is showing up in my nuxt3 css after adding wave-ui. I tracked it back to wave-ui.css. I tried several fixes including what's mentioned in the docs to no avail

antoniandre commented 1 year ago

Hi @res63661 sorry I missed your question. overriding it with body {overflow-x: auto;} or body {overflow-x: initial;} will do. But I am in doubts that this is causing the scrollbar, it should rather be the opposite as overflow-x: hidden suggests. :p If you want to share a reproduction link, I'll have a look. Cheers.