Fix horizontal scrollbar again

This commit is contained in:
yflory 2020-02-10 17:37:48 +01:00
parent 26d05920c2
commit a86469206e

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();