Fixed calendar not filling full height

This commit is contained in:
Ferdinand Thiessen 2021-05-25 19:00:36 +02:00
parent ade94f9a89
commit 9981ba487b
1 changed files with 4 additions and 0 deletions

View File

@ -241,4 +241,8 @@ export default defineComponent({
<style>
@import '@quasar/quasar-ui-qcalendar/dist/index.css';
.q-calendar-agenda__pane {
height: 100%;
}
</style>