<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#mycustomscroll {
	/* Typical fixed height and fixed width example */
width: 655px;
	height: 383px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
}

.mycustomscroll2 {
/* Typical fixed height and fixed width example */
width: 655px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
}
</pre></body></html>