如何在“html”上使用“overflow:hidden”将滚动框移动到正文
P粉333395496
P粉333395496 2024-01-29 10:10:20
[CSS3讨论组]

我刚刚偶然发现 overflow:hiddenhtml 上的使用,这对我来说似乎不合逻辑:

* {
  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.

这是关于将滚动框从 html 移动到 body ,但我不明白为什么这个例子只适用于 overflow:hiddenbody的高度已经只有50vh,那么html元素上应该不会发生溢出吧?

P粉333395496
P粉333395496

全部回复(1)
P粉459578805

来自规范

html 上设置溢出将禁用传播并在 body 元素上保留溢出

热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板
关于我们 免责申明 意见反馈 讲师合作 广告合作 最新更新
php中文网:公益在线php培训,帮助PHP学习者快速成长!
关注服务号 技术交流群
PHP中文网订阅号
每天精选资源文章推送
PHP中文网APP
随时随地碎片化学习
PHP中文网抖音号
发现有趣的

Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号