mac os x 關閉自動隱藏滾動條功能

添加樣式便可 css

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    box-shadow: 0 0 1px rgba(255,255,255,.5);
}



http://simurai.com/blog/2011/07/26/webkit-scrollbar/ web

http://stackoverflow.com/questions/7492062/css-overflow-scroll-always-show-vertical-scroll-bar app

相關文章
相關標籤/搜索