鼠标移动上去,可以上下滚动而不出现滚动条


 

     

 

 

const InnerScroll = styled.div`
width: 410px;
height: 514px;
color: #000000;
font-size: 13px;
text-align: left;
line-height: 22px;
`
const OuterScroll = styled.div`
position: absolute; left: 0;
overflow-x: hidden;
overflow-y: scroll;
div::-webkit-scrollbar {
display: none;
}
`
const OuterScrollTwo = styled.div`
width: 410px;
height: 514px;
position: relative;
overflow: hidden;
`

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM