—
@use 'more-sass' as more; .block { @include more.hide-scrollbar; }
.block { -webkit-overflow-scrolling: touch; scrollbar-width: none; } .block::-webkit-scrollbar { display: none; inline-size: 0; block-size: 0; appearance: none; }
hidden-element
This is the coupled pair of mixins allows to manipulate properties that affects the element visibility.
margin
Shorthand for set nullable margin properties.
On this page