.my-sticky-dynamic {
	/* height or max-height is important */
	height: 410px;
	/* this will be the loading indicator */
}

.my-sticky-dynamic .q-table__top,
.my-sticky-dynamic .q-table__bottom,
.my-sticky-dynamic thead tr:first-child th {
	/* background-color: rgb(126, 251, 255); */
}

.my-sticky-dynamic thead tr th {
	position: sticky;
	z-index: 2;
}

.my-sticky-dynamic thead tr:last-child th {
	/* height of all previous header rows */
	top: 48px;
}

.my-sticky-dynamic thead tr:first-child th {
	top: 0;
}


/*  */
.my-sticky-dynamic td:first-child {
	z-index: 1;
	background-color: rgb(97, 167, 247);
}

.my-sticky-dynamic td:first-child
.my-sticky-header-column-table th:first-child {
	position: sticky;
	left: 0;
}