@ninebone/table 0.0.396 → 0.0.397

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.
@@ -97,12 +97,14 @@
97
97
  }
98
98
  nine-table-vscrollbar .ng-scroll-top .ng-scroll-icon { transform: rotate(-45deg); margin-top: 2px; }
99
99
  nine-table-vscrollbar .ng-scroll-bottom .ng-scroll-icon { transform: rotate(135deg); margin-bottom: 2px; }
100
+
100
101
  nine-table-vscrollbar .ng-scroll-track {
101
- flex: 1;
102
+ height: calc(100% - 32px);
102
103
  width: 100%;
103
104
  position: relative;
104
105
  background: #f3f4f6;
105
106
  overflow: hidden;
107
+ flex-shrink: 0;
106
108
  }
107
109
  nine-table-vscrollbar .ng-scroll-thumb {
108
110
  position: absolute;