Merge pull request #2118 from cryptpad/pdf-file-ui-overflow-fixes

Fix UI overflow when loading a PDF file
This commit is contained in:
yflory 2026-02-04 15:27:27 +01:00 committed by GitHub
commit 445f469c4a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -86,7 +86,6 @@ define([
var $mt = $dlview.find('media-tag');
$mt.attr('src', src);
$mt.attr('data-crypto-key', 'cryptpad:'+cryptKey);
$mt.css('transform', 'scale(2)');
var rightsideDisplayed = false;
var metadataReceived = false;