我在这里想知道一个简单的事实:
<div style="position:fixed;height:100%;width:100%;overflow:scroll">
<div style="position:relative">Large content</div>
</div>
它很好。再次(溢出放置在孩子的风格中):
<div style="position:fixed;height:100%;width:100%;">
<div style="position:relative;overflow:scroll">Large content</div>
</div>
它不滚动。
我只是想知道简单的原因。有人介意告诉我吗?