/* Let the homepage ticker use the complete space below its header. */
body.cs2day-v2 .cs2-home-ticker__list {
	flex: 1 1 auto;
	height: auto;
	max-height: none;
	min-height: 0;
	overflow-y: auto;
}

body.cs2day-v2 .cs2-home-ticker__list .cs2-ticker-row {
	flex: none;
}
