标签: jquery jquery-ui fullcalendar
In the picture you can see the event can able to drag outside the screen , is there any way to prevent the overflow, Click me for preview, Please help
答案 0 :(得分:0)
我想我知道你的意思。
您应该只需将overflow-x: hidden;应用于CSS中的body元素。
overflow-x: hidden;
body
所以它看起来像这样:
body { overflow-x: hidden; }
如果没有一个可以测试的工作示例,很难知道问题是什么。