Ich bin gerade über die Verwendung von overflow:hidden
在 html
gestolpert und es kommt mir unlogisch vor:
* { all: unset; display: revert; } html { height: 100vh; overflow: hidden; background: black; } body { height: 50vh; font-size: 5rem; background: white; scroll-snap-type: y mandatory; scroll-behavior: smooth; overflow-y: scroll; }
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
Hier geht es darum, das Bildlauffeld vom html
移动到 body
,但我不明白为什么这个例子只适用于 overflow:hidden
? body
的高度已经只有50vh
,那么html
-Element zu verschieben, damit es nicht überläuft, oder?
来自规范:
在
html
上设置溢出将禁用传播并在 body 元素上保留溢出