diff options
author | Mark Wells <mark@freeside.biz> | 2015-06-25 13:03:13 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2015-06-25 13:03:13 -0700 |
commit | 4ff12dc7e14232390daca2f14a278cde46a8e573 (patch) | |
tree | d6ea1e079885925fe0cfc23933e51e14bc67ad08 /conf | |
parent | d0dc5b2d3ee79b34579a8774388b486ce779b590 (diff) |
make invoice text mouse-accessible through watermark box, #24665
Diffstat (limited to 'conf')
-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; |