You just need
.flex.flex-row:has(.ls-page-title) {
position: sticky;
top: 0;
z-index: 999;
background: var(--ls-primary-background-color);
}
You just need
.flex.flex-row:has(.ls-page-title) {
position: sticky;
top: 0;
z-index: 999;
background: var(--ls-primary-background-color);
}