2013-02-03 62 views

回答

5

與自定義的更換滾動條將是非常痛苦的。

但是你可以隱藏編輯器的滾動條用這個簡單的(雖然哈克)CSS:

.ace_scrollbar { 
    display: none !important; 
} 

在舊版本的王牌:

.ace_sb { 
    display: none !important; 
}