Skip to content

Commit cad73cd

Browse files
committed
feat: remove bar with css
1 parent 5151585 commit cad73cd

3 files changed

Lines changed: 4 additions & 6 deletions

File tree

assets/css/main.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.v-calendar-daily__scroll-area {
2+
overflow-y: auto;
3+
}

components/ClassesCalendar.vue

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,3 @@ function time(today, range, i) {
6161
)
6262
}
6363
</script>
64-
<style scoped>
65-
.v-calendar-daily__scroll-area {
66-
overflow-y: auto;
67-
}
68-
</style>

nuxt.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export default {
2222
},
2323

2424
// Global CSS: https://go.nuxtjs.dev/config-css
25-
css: [],
25+
css: ['@/assets/css/main.css'],
2626

2727
// Plugins to run before rendering page: https://go.nuxtjs.dev/config-plugins
2828
plugins: [],

0 commit comments

Comments
 (0)