.scrollable-agent {
    height: 500px;
    overflow-y: scroll;
}


.my-element {
	background: linear-gradient(to right, black, white);
}


