summaryrefslogtreecommitdiffstats
path: root/src/layouts/_overflow.scss
blob: ef96037fe905e8da8e92f3050e343dfed86e3679 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
@use 'pkg:iro-sass/bem';
@use 'pkg:iro-sass/props';
@use '../core.vars' as core;

@mixin styles {
	@include bem.layout('overflow') {
		overflow:        auto;
		scrollbar-color: props.get(core.$theme, --text-disabled) transparent;
	}
}