<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * @author vincent loh &lt;vincent.ml@gmail.com&gt;
 * @update zhixin wen &lt;wenzhixin2010@gmail.com&gt;
 */
.fix-sticky {
  position: fixed !important;
  overflow: hidden;
  z-index: 100;
}

.fix-sticky table thead {
  background: #fff;
}

.fix-sticky table thead.thead-light {
  background: #e9ecef;
}

.fix-sticky table thead.thead-dark {
  background: #212529;
}
</pre></body></html>