Krutie/distraction-free-vue-form

scrollbar show during switch

Closed this issue · 1 comments

scrollbar width affect elements position during switching

may you can fix like this:

::-webkit-scrollbar {
width:0px;
}

Thanks @czzonet :) This issue is fixed. And I have also updated the demo on Surge.
It was my first time using ::-webkit-scrollbar CSS. For those who're like me, check out this CSS Tricks article.