Scroll me all the way to the right, and there will be no visible padding between the border and the end of the text.
div {
	border: solid 1px;
	padding: 15px;
	width: 300px;
	white-space: pre;
	overflow: auto;
}