<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* sticky rows on top */
[bt-sticky]{
  z-index:9;
  position: sticky;
  position: -webkit-sticky; /* Safari */
}

/* sticky rows over cols, looks nicer */
.fl-col[bt-sticky]{
  z-index: 8;
}

/* nested col under parent col */
.fl-col-group-nested .fl-col[bt-sticky]{
  z-index: 7;
}</pre></body></html>