我在理解浏览器在包含 fullCalendar js 日历的 div 内解释垂直滚动的方式时遇到了一些麻烦。
在 Firefox 中,我可以检查元素并看到:
<div class="fc-agenda-body" style="position: relative; z-index: 2; overflow: auto; height: 572px; width: 706px;">
在 Chrome 中,我检查了相同的元素,我看到了这个:
<div class="fc-agenda-body" style="position: relative; z-index: 2; width: 705px; overflow: hidden; height: 570px; ">
所以 - 我的问题是如何停止 Chrome(和 Safari)更改溢出:自动;溢出:隐藏?
任何建议表示赞赏。
谢谢!
西蒙