We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 032c54d commit aacb539Copy full SHA for aacb539
src/packages/__VUE/calendaritem/index.vue
@@ -778,7 +778,7 @@ export default create({
778
current -= 1
779
}
780
} else {
781
- const viewPosition = Math.round(currentScrollTop + viewHeight.value)
+ const viewPosition = Math.round(currentScrollTop + Math.max(viewHeight.value, state.monthsData[current].cssHeight))
782
if (
783
viewPosition < state.monthsData[current].cssScrollHeight + state.monthsData[current].cssHeight
784
&& currentScrollTop > state.monthsData[current - 1].cssScrollHeight
0 commit comments