我在理解浏览器在包含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)更改溢出:auto;溢出:隐藏?
任何建议表示赞赏。
谢谢!
西蒙