/*.sticky-header {
	display: none !important;
}*/

table thead,
table tfoot {
  position: sticky;
}
table thead {
  /* inset-block-start: 39px;*/ /* "top" */
}
table tfoot {
  inset-block-end: 0; /* "bottom" */
}

.toolbar-horizontal.toolbar-tray-open table thead {
	inset-block-start: 117px;
}

/*
.toolbar-vertical table thead {
  inset-block-start: 39px;
}
*/