diff options
author | Mark Wells <mark@freeside.biz> | 2015-06-25 13:05:02 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2015-06-25 13:18:50 -0700 |
commit | 10fa0d1209dd6ab8e7e7a6186a516304cafb433b (patch) | |
tree | c6e6cf32cfc422e4a8531484036f0f67a9b3ad35 | |
parent | 33294bffcc4893da907eb2e85b3fca872b34790f (diff) |
make invoice text mouse-accessible through watermark box, #24665
-rw-r--r-- | conf/invoice_html | 1 |
1 files changed, 1 insertions, 0 deletions
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; |