gpt4 book ai didi

Jquery全日历删除滚动条

转载 作者:行者123 更新时间:2023-12-03 22:07:48 25 4
gpt4 key购买 nike

我正在使用 jquery 完整日历,但我试图摆脱滚动条。我尝试过设置高度,但不起作用。

有人有解决办法(他们已经使用过!,没有链接 - 我已经尝试了其中的大部分)?

我正在使用:

$('#calendar').fullCalendar({
firstDay: 1,
minTime:@Model.MinHour,
maxTime:@Model.MaxHour})

Screen Shot

页面足够大,只是无法让该死的东西消失!

最佳答案

试试这个 https://fullcalendar.io/docs/contentHeight contentHeight:"auto",用于移除滚动条

<script>

jQuery('#calendar').fullCalendar({
header: {
left: 'prev',
center: 'title',
right: 'next'
},
defaultView: 'month',
showNonCurrentDates:false,
fixedWeekCount:false,
contentHeight:"auto",
handleWindowResize:true,
themeSystem:'bootstrap3',

});
</script>

关于Jquery全日历删除滚动条,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12429245/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com