buefy / nuxt-buefy

Nuxt Buefy
MIT License
221 stars 33 forks source link

annoying scrollbar on the right-side browser. #95

Closed AnasR7 closed 3 years ago

AnasR7 commented 3 years ago

after the new installation with nuxt-buefy, I got something bugging me there is a scrollbar on the right-side browser.

2021-03-25_13:03

I'm using firefox and I think is overflow-x section problem and I add overflow-x: hidden code into my CSS body{}, apparently not, instead, it got messed up and a scrollbar appeared, sorry I am still a newbie in frontend dev.

this my version of nuxt-buefy : 2021-03-25_13:14

maybe is my error or it is just a new bug thanks.

jtommy commented 3 years ago

I don't know to be honest but anyway it's only a sample template (probably old and to change/improve)

GMartigny commented 3 years ago

Bulma is setting the html tag as overflow: scroll by default.