-1👍
Add overflow: hidden; to hide both the horizontal and vertical scrollbar.
*body {
overflow: hidden; /* Hide scrollbars */
}*
- [Vuejs]-SyntaxError: Parse error while running vue component tests with karma and webpack
- [Vuejs]-Correct place to run script in vuex flow?
Source:stackexchange.com