diff options
author | Tim Elliott | 2020-03-09 13:55:55 +0000 |
---|---|---|
committer | Hakim El Hattab | 2020-03-10 10:30:43 +0100 |
commit | 00b0ace3863952ce95df4430d203686fd27bfc20 (patch) | |
tree | d25d3ef1531656ccad2443466b49f8a59abe0dce | |
parent | 542bcab5691f152dd04fd7b3e402163b94275762 (diff) |
:bug: enabling pointer events on pdf prin slides
-rw-r--r-- | css/print/pdf.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/css/print/pdf.css b/css/print/pdf.css index 752d955..bf96ed1 100644 --- a/css/print/pdf.css +++ b/css/print/pdf.css @@ -63,6 +63,7 @@ ul, ol, div, p { width: 100% !important; height: auto !important; zoom: 1 !important; + pointer-events: initial; left: auto; top: auto; |