Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的主 div.container设置为溢出:隐藏;为了保持 100% 的高度,它嵌套了除页眉和页脚之外的所有内容 div。但是里面是我的侧边栏,其中包含需要溢出的内容,重新定义子 div 似乎不起作用。有没有解决的办法?
.container
我认为您需要定义您的父 DIVoverflow: auto;或将您的子 div 设置为绝对定位。
overflow: auto;