Catpow SCSS

background image

hide_scrollbar

スクロールバーを非表示にします。
scss
@import 'catpow';

@include hide_scrollbar();
css
-ms-overflow-style: none;
scrollbar-width: none;
::-webkit-scrollbar {
  display: none;
}