-1👍
I think you need to read this and figure it out.
It will help you out:-CSS overflow-x: visible; and overflow-y: hidden; causing scrollbar issue
If you are using visible for either overflow-x or overflow-y and something other than visible for the other, the visible value is interpreted as auto.
- [Vuejs]-Vue.js async update from inside JS import
- [Vuejs]-VueResource Vue.http.get Response Status Code 0
Source:stackexchange.com