mirror of
https://github.com/Mottie/tablesorter.git
synced 2024-11-15 23:54:22 +00:00
Scroller: Adjust multi-line caption height in fixed column. Fixes #1202
This commit is contained in:
parent
ed762f4aa3
commit
7fdde11342
2
dist/js/widgets/widget-scroller.min.js
vendored
2
dist/js/widgets/widget-scroller.min.js
vendored
File diff suppressed because one or more lines are too long
@ -828,6 +828,9 @@
|
||||
|
||||
$fixedColumn.removeClass( tscss.scrollerHideElement );
|
||||
|
||||
// adjust caption height, see #1202
|
||||
$fixedColumn.find('caption').height( wo.scroller_$header.find( 'caption' ).height() );
|
||||
|
||||
wo.scroller_isBusy = false;
|
||||
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user