From 52e6a216f4f2d8f9504e12a23a6abecf1b567523 Mon Sep 17 00:00:00 2001 From: Alf Eaton Date: Tue, 29 Apr 2025 10:50:20 +0100 Subject: [PATCH] Set will-change: transform on PDF canvas container (#25153) GitOrigin-RevId: 316a99ac99cbff321fc2ae5a737d0aaf134ff775 --- .../web/frontend/stylesheets/bootstrap-5/pages/editor/pdf.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/services/web/frontend/stylesheets/bootstrap-5/pages/editor/pdf.scss b/services/web/frontend/stylesheets/bootstrap-5/pages/editor/pdf.scss index 7293db2c95..8649eacd1c 100644 --- a/services/web/frontend/stylesheets/bootstrap-5/pages/editor/pdf.scss +++ b/services/web/frontend/stylesheets/bootstrap-5/pages/editor/pdf.scss @@ -193,6 +193,7 @@ div.pdf-canvas { background: white; box-shadow: 0 0 10px rgb(0 0 0 / 50%); + will-change: transform; } div.pdf-canvas.pdfng-empty {