ClickerMonkey / dayspan-vuetify

A collection of components that visualizes DaySpan Calendars and Schedules using Vuetify
MIT License
1.16k stars 253 forks source link

Messed up styling #123

Open gifary opened 5 years ago

gifary commented 5 years ago

image I have followed installation but I am getting messing up when implement to my component

this is dependencies what i used

"dependencies": { "axios": "^0.18.0", "dayspan-vuetify": "^0.3.6", "eslint-config-standard": "^12.0.0", "vue": "^2.5.17", "vue-notification": "^1.3.13", "vue-router": "^3.0.1", "vue-sweetalert2": "^1.5.9", "vuetify": "^1.3.0", "vuex": "^3.0.1" },

dudawilbert commented 5 years ago

If you include the component on your own page, is possible that the height in attribute aside, nav and main as 100% and you need to set a min-height to fix this.

joaquinabenza commented 5 years ago

I have exactly the same problem trying to integrate this package into my existing app...