| Index: ui/file_manager/gallery/css/gallery.css
|
| diff --git a/ui/file_manager/gallery/css/gallery.css b/ui/file_manager/gallery/css/gallery.css
|
| index 7b933b203f09d7624e050b607b717d41343b8a52..37aa6fc9cbb519528e2b2e8f1748063d79492ce2 100644
|
| --- a/ui/file_manager/gallery/css/gallery.css
|
| +++ b/ui/file_manager/gallery/css/gallery.css
|
| @@ -138,10 +138,10 @@ input[type='checkbox']:checked {
|
|
|
| /* Print the full resolution image instead. */
|
| .gallery .image-container > canvas.fullres {
|
| - display: block !important;
|
| height: auto !important;
|
| max-height: 100%;
|
| max-width: 100%;
|
| + opacity: 1 !important;
|
| position: static !important;
|
| transform: none !important;
|
| visibility: visible !important;
|
|
|