Fixed calendar not filling full height
This commit is contained in:
parent
ade94f9a89
commit
9981ba487b
|
@ -241,4 +241,8 @@ export default defineComponent({
|
|||
|
||||
<style>
|
||||
@import '@quasar/quasar-ui-qcalendar/dist/index.css';
|
||||
|
||||
.q-calendar-agenda__pane {
|
||||
height: 100%;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in New Issue