@ninebone/table 0.0.396 → 0.0.398

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