Fix horizontal scrollbar again

This commit is contained in:
yflory 2020-02-10 17:37:48 +01:00
parent 26d05920c2
commit a86469206e
1 changed files with 0 additions and 2 deletions

View File

@ -273,8 +273,6 @@ define([
var diff = tw - cw;
if (diff && diff > 0) {
$table.css('margin-right', diff+'px');
} else {
$table.css('margin-right', '');
}
queue.next();