@douyinfe/semi-ui 2.20.5 → 2.20.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.
package/dist/css/semi.css CHANGED
@@ -16377,13 +16377,6 @@ img[src=""], img:not([src]) {
16377
16377
  background-color: transparent;
16378
16378
  border-bottom: 2px solid var(--semi-color-border);
16379
16379
  }
16380
- .semi-table-header-sticky {
16381
- position: sticky;
16382
- z-index: 102;
16383
- }
16384
- .semi-table-header-sticky .semi-table-thead > .semi-table-row > .semi-table-row-head {
16385
- background-color: var(--semi-color-bg-2);
16386
- }
16387
16380
  .semi-table-body {
16388
16381
  overflow: auto;
16389
16382
  width: 100%;