body.page-user-chats {
	$calcHeight: calc(100vh - var(--panel-offset));

	> #panel {
		height: $calcHeight;
		> #content {
			height: 100%;
		}
	}
	#content.container {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
}
