html {
	overflow: hidden;
	height: 100%;
	background-color: var(--uix-color-background-default);
}

body {
	height: 100%;
	overflow-y: auto;
	scrollbar-gutter: stable;
	scrollbar-color: var(--uix-color-text-primary) transparent;
}
