From f02a381e32fd4baeae7f1f1888d34b2cd5c7cfc3 Mon Sep 17 00:00:00 2001 From: ansuz Date: Mon, 19 Jun 2017 16:30:03 +0200 Subject: [PATCH] avoid horizontal scrollbars --- www/file/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/file/main.js b/www/file/main.js index 324c133df..b304b26b9 100644 --- a/www/file/main.js +++ b/www/file/main.js @@ -111,7 +111,7 @@ define([ // make pdfs big $iframe.find('media-tag iframe').css({ 'height': 'calc(100vh - 64px)', - width: '100vw', + width: 'calc(100vw - 15px)', }); }) .on('decryptionError', function (e) {