在div设置overflow:hidden时,里面内容过多掉下去解决方案

在CSS里加上

position:relative;
top:0;

这么简单就可解决啦

一直头痛的问题终于解决了!