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

Fixing un-clickable links in print pdf mode
master
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
1 changed files with 1 additions and 0 deletions

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;