.DesktopMessageContainer {	position: relative;	padding-left: 10px;	padding-right: 10px;}.MessagesContainer {	height: 300px;	width: 100%;	position: relative;	overflow-y:auto;}.MessagesContainer .Text {	border: none;	background: transparent;	position: absolute;	display: block;	width: 100%;	height: auto;	bottom: 0px;	left: 0px;}