@ninebone/table 0.0.398 → 0.0.399

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.
@@ -311,12 +311,12 @@ const ae = class ae extends HTMLElement {
311
311
  nine-table-vscrollbar .ng-scroll-bottom .ng-scroll-icon { transform: rotate(135deg); margin-bottom: 2px; }
312
312
 
313
313
  nine-table-vscrollbar .ng-scroll-track {
314
- height: calc(100% - 32px);
314
+ flex: 1;
315
315
  width: 100%;
316
316
  position: relative;
317
317
  background: #f3f4f6;
318
318
  overflow: hidden;
319
- flex-shrink: 0;
319
+ border: 2px solid red;
320
320
  }
321
321
  nine-table-vscrollbar .ng-scroll-thumb {
322
322
  position: absolute;