鼠標移動上去,可以上下滾動而不出現滾動條


 

     

 

 

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