Vuepic / vue-datepicker

Datepicker component for Vue 3
https://vue3datepicker.com
MIT License
1.48k stars 147 forks source link

Wrong left-sidebar and right-sidebar content slot position in v8 #790

Closed pietk4 closed 6 months ago

pietk4 commented 7 months ago

Describe the bug Starting from version 8, slots for left-sidebar and right-sidebar are positioned on top and bottom side of the menu

To Reproduce Check examples: https://vue3datepicker.com/slots/content/#right-sidebar https://vue3datepicker.com/slots/content/#left-sidebar

Expected behavior Custom content appears on left and right side of the menu (as in v7 release)

Screenshots image