#messages-conversation-wrapper.has-scroll::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 12px;
	width: 100%;
	margin-bottom: 0;
	pointer-events: none;
	box-shadow: inset 0 8px 16px -10px rgba(0, 0, 0, 0.5);
	z-index: 2;
	background-color: transparent;
}
#messages-conversation {
	max-height: 50vh;
}
