Home > Q&A > body text
豆瓣fm页面滚动条是如何隐藏的
PHP中文网2017-04-10 12:45:31
页面本身就没有滚动条。我们所看到的滚动条是 body>#fm-channel-list 产生的,看看它的样式就知道了:
#fm-channel-list { position: absolute; top: 0; left: 0; height: 100%; width: 100%; min-width: 900px; overflow: auto; z-index: 40; overflow-y: auto; }