.ps {
	overflow: auto !important;
	overflow-anchor: none;
	position: relative;
	scrollbar-width: none;
	touch-action: auto;
}
.ps::-webkit-scrollbar {
	display: none;
}
.ps__rail-y {
	bottom: 24px;
	background: rgba(255, 255, 255, .22);
	border-radius: 999px;
	display: block;
	opacity: 1;
	position: absolute;
	right: 18px;
	top: 24px;
	width: 8px;
	z-index: 5;
}
.ps__thumb-y {
	background: #fff;
	border-radius: 999px;
	box-shadow: 0 0 0 1px rgba(44, 44, 177, .2);
	cursor: pointer;
	position: absolute;
	right: 0;
	width: 8px;
}
.ps--active-y > .ps__rail-y {
	display: block;
}
.ps:not(.ps--active-y) > .ps__rail-y {
	opacity: .45;
}
