2015-09-06 35 views

回答

1

滾動條錯誤已在Firefox的待辦事項列表BugZilla中打開。所以在技術上這是不可能的,除非你使用基於JavaScript的解決方案,如NiceScroll JS

要使用NiceScroll JS,你需要包括腳本:

<script src="jquery.nicescroll.js"></script> 

並激活它:

$(document).ready(function() { 
    $("html").niceScroll(); 
});