hide_scrollbar
スクロールバーを非表示にします。
scss
@import 'catpow';
@include hide_scrollbar();
@import 'catpow'; @include hide_scrollbar();
css
-ms-overflow-style: none;
scrollbar-width: none;
::-webkit-scrollbar {
display: none;
}
-ms-overflow-style: none; scrollbar-width: none; ::-webkit-scrollbar { display: none; }