avoid horizontal scrollbars
This commit is contained in:
parent
cc5d5d4f1d
commit
f02a381e32
@ -111,7 +111,7 @@ define([
|
|||||||
// make pdfs big
|
// make pdfs big
|
||||||
$iframe.find('media-tag iframe').css({
|
$iframe.find('media-tag iframe').css({
|
||||||
'height': 'calc(100vh - 64px)',
|
'height': 'calc(100vh - 64px)',
|
||||||
width: '100vw',
|
width: 'calc(100vw - 15px)',
|
||||||
});
|
});
|
||||||
})
|
})
|
||||||
.on('decryptionError', function (e) {
|
.on('decryptionError', function (e) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user