Skip to content

Commit

Permalink
カスタムスクロールバーの修正
Browse files Browse the repository at this point in the history
Firefox向けにもCSS組んでたら、そっちが反映されてしまいました。
Firefox許しません。
スクロールバーぐらい統一してくれ....
  • Loading branch information
koromoko10 committed Dec 27, 2024
1 parent f2ed4f3 commit 64f5db3
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions main.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,6 @@
background-color: #339900;
}

/*Firefox系のスクロールバーカスタマイズ*/
/*おいFirefox、このぐらい統一してくれよ*/
* {
scrollbar-color: #006600 #c0c0c0;
scrollbar-width: thin;
}




/* ボタンは画像がないので分かりにくくなりそう
Expand Down

0 comments on commit 64f5db3

Please sign in to comment.