Merge pull request #2628 from telliott22/fix-print-pdf-links

Fixing un-clickable links in print pdf mode
This commit is contained in:
Hakim El Hattab 2020-03-10 10:24:06 +01:00 committed by GitHub
commit 7d4899956b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -63,6 +63,7 @@ ul, ol, div, p {
width: 100% !important;
height: auto !important;
zoom: 1 !important;
pointer-events: initial;
left: auto;
top: auto;