.recent-view-list{
	align-items: start;
	overflow-x: auto;
	flex-wrap: nowrap;

	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}

.recent-view-list::-webkit-scrollbar {
	display: none;
}