.tableFixHead
	{
		overflow: auto;
		min-height: 350px;
		height: calc(100vh - 350px);
		width: 100%;
	}
.tableFixHead thead th {
  position: sticky; top: 0; z-index: 1;
}

body
{
  background-color: #F6EDE2;
}