- Products -


Software


NEWS


Special



- Knowledge -


Category × Tag



- Like -

公開
作成日:2022/6/7
更新日:2022/6/7

cssスクロールバーのスタイルを変更する

・スクロールバーの見た目を変更するためのCSSが存在する。

使い方




::-webkit-scrollbar {

  width: 10px;

  height: 10px;

}

 

::-webkit-scrollbar-thumb {

  background: #ccc;

  border-radius: 5px;

}


参考


https://kouhekikyozou.com/css_scrollbar_design



Category



Tag




関連記事


{{tmp.name}}

{{article.category}} {{article.title}}