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