@use 'iro-sass/src/index' as iro; @use '../functions' as fn; @include iro.props-namespace('overflow') { @include iro.bem-layout(iro.props-namespace()) { overflow: auto; scrollbar-color: fn.global-color(--text-disabled) transparent; } }