Skip to content

Commit

Permalink
src: Hide horizontal and vertical scrollbars
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaellehmkuhl authored and patrickelectric committed Aug 26, 2022
1 parent 5be29a5 commit 56fcdeb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,10 @@ export default defineComponent({
},
})
</script>

<style>
html {
/* Removes the scrollbar */
overflow: hidden !important;
}
</style>

0 comments on commit 56fcdeb

Please sign in to comment.