table.sticky-table {
	border-collapse: inherit;

	th {
		background: white;
		position: sticky;
		top: var(--wp-admin--admin-bar--height);
	}
}
