@ni/nimble-components 18.3.1 → 18.3.2

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.
@@ -5041,13 +5041,14 @@ sn.getOrCreate().withPrefix("nimble").register(cv())
5041
5041
  class dv extends St{}const hv=G`
5042
5042
  <template role="table">
5043
5043
  <div class="table-container">
5044
- <div role="rowgroup" class="header-container" style="margin-right: ${e=>e.virtualizer.headerContainerMarginRight}px;">
5044
+ <div role="rowgroup" class="header-container">
5045
5045
  <div class="header-row" role="row">
5046
5046
  ${Ve((e=>e.columns),G`
5047
5047
  <${sn.tagFor(ev)} class="header">
5048
5048
  ${e=>e.textContent}
5049
5049
  </${sn.tagFor(ev)}>
5050
5050
  `)}
5051
+ <div class="header-scrollbar-spacer" style="width: ${e=>e.virtualizer.headerContainerMarginRight}px;"></div>
5051
5052
  </div>
5052
5053
  </div>
5053
5054
  <div class="table-viewport" ${Se("viewport")}>