From 4ff12dc7e14232390daca2f14a278cde46a8e573 Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Thu, 25 Jun 2015 13:03:13 -0700 Subject: [PATCH] make invoice text mouse-accessible through watermark box, #24665 --- conf/invoice_html | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/invoice_html b/conf/invoice_html index 7cadd7c37..dfd87c79b 100644 --- a/conf/invoice_html +++ b/conf/invoice_html @@ -34,6 +34,7 @@ width: 100%; height: 100%; display: table; + pointer-events: none; } .watermark-content { display: table-cell; -- 2.11.0