标签:pre 滚动 position Fix class nbsp fixed otto osi
注意给父级加上
(1)横向滚动 left:0; right:0; 然后想要横向滚动的话 overflow-x:scroll; overflow-y:hidden;
(2)竖直方向滚动 top:0; bottom:0; position:fixed; overflow-y:scroll; overflow-x:hidden;
标签:pre 滚动 position Fix class nbsp fixed otto osi
原文地址:https://www.cnblogs.com/handsome-boy/p/12938865.html