File tree 2 files changed +4
-11
lines changed
2 files changed +4
-11
lines changed Original file line number Diff line number Diff line change 141
141
background : # FFF7D7 ;
142
142
}
143
143
144
- /*.lpt .lpt-topHeader tr:last-child th:hover {*/
145
- /*cursor: pointer;*/
146
- /*background: #FFF7D7;*/
147
- /*}*/
148
-
149
144
.lpt .lpt-tableBlock {
150
145
position : relative;
151
146
overflow : auto;
224
219
content : "\25b2 " ;
225
220
}
226
221
227
- /*.lpt .lpt-leftHeader table {*/
228
- /*margin-bottom: 10em;*/
229
- /*}*/
230
-
231
222
/* lpt-dataWait */
232
223
.lpt .lpt-hoverMessage {
233
224
z-index : 999 ;
Original file line number Diff line number Diff line change @@ -547,12 +547,14 @@ PivotView.prototype.recalculateSizes = function (container) {
547
547
if ( cell [ "__i" ] > 5 ) _ [ "_" ] ( ) ;
548
548
} ) ;
549
549
tr [ "_extraTr" ] = true ;
550
- leftHeader . className = leftHeader . className . replace ( / \s b o r d e r e d / , "" )
551
- + " bordered" ;
552
550
cell . colSpan = lTableHead . childNodes . length ;
553
551
cell . style . height = ( this . SCROLLBAR_WIDTH ? this . SCROLLBAR_WIDTH + 1 : 0 ) + "px" ;
554
552
}
555
553
554
+ if ( hasVerticalScrollBar ) {
555
+ leftHeader . className = leftHeader . className . replace ( / \s b o r d e r e d / , "" ) + " bordered" ;
556
+ }
557
+
556
558
for ( i in tableTr . childNodes ) {
557
559
if ( tableTr . childNodes [ i ] . tagName !== "TD" ) continue ;
558
560
tableTr . childNodes [ i ] . style . width = cellWidths [ i ] + "px" ;
You can’t perform that action at this time.
0 commit comments