@ni/nimble-components 16.1.5 → 16.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -25081,10 +25081,17 @@
25081
25081
  ${display('flex')}
25082
25082
 
25083
25083
  .table-container {
25084
+ display: flex;
25085
+ flex-direction: column;
25084
25086
  width: 100%;
25085
- height: 100%;
25086
25087
  font: ${bodyFont};
25087
25088
  color: ${bodyFontColor};
25089
+ overflow: auto;
25090
+ }
25091
+
25092
+ .header-container {
25093
+ position: sticky;
25094
+ top: 0;
25088
25095
  }
25089
25096
 
25090
25097
  .header-row {
@@ -25225,7 +25232,7 @@
25225
25232
  const template$3 = html `
25226
25233
  <template role="table">
25227
25234
  <div class="table-container">
25228
- <div role="rowgroup">
25235
+ <div role="rowgroup" class="header-container">
25229
25236
  <div class="header-row" role="row">
25230
25237
  ${repeat(x => x.columnHeaders, html `
25231
25238
  <${DesignSystem.tagFor(TableHeader)} class="header">