From a86469206e7d74ee3c6bb546bea8f86c03006c48 Mon Sep 17 00:00:00 2001 From: yflory Date: Mon, 10 Feb 2020 17:37:48 +0100 Subject: [PATCH] Fix horizontal scrollbar again --- www/common/sframe-common-file.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/www/common/sframe-common-file.js b/www/common/sframe-common-file.js index 3d12f81ac..2fd4e61de 100644 --- a/www/common/sframe-common-file.js +++ b/www/common/sframe-common-file.js @@ -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();