.scrolable-fill-screen {
	overflow: auto;
	scrollbar-gutter: auto;
	scrollbar-width: thin;
	scrollbar-color: darkgray transparent;
}
