.scroll-shadow__root {
	position: absolute;
	height: 100%;
	z-index: 1;
	width: 64px;
	pointer-events: none;
	touch-action: none;
}

.scroll-shadow__left {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	left: 0;
	background: linear-gradient(to left, rgba(251, 251, 251, 0), #fbfbfb);
}

.scroll-shadow__right {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	right: 0;
	background: linear-gradient(to right, rgba(251, 251, 251, 0), #fbfbfb);
}
