remove app scrollbar

This commit is contained in:
Seth Ladygo
2019-04-10 22:28:28 -07:00
parent 16c5f3fa2b
commit 9d0e694f3a

View File

@ -1,11 +1,9 @@
<template>
<v-app>
<Navbar/>
<v-content>
<CatalogEditor/>
</v-content>
</v-app>
</template>
@ -26,3 +24,7 @@ export default {
}
}
</script>
<style>
html { overflow-y: auto }
</style>