mirror of https://github.com/xwiki-labs/cryptpad
Fix horizontal scrollbar again
This commit is contained in:
parent
26d05920c2
commit
a86469206e
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue