Explorar el Código

:bug: enabling pointer events on pdf prin slides

Tim Elliott hace 4 años
padre
commit
00b0ace386
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      css/print/pdf.css

+ 1 - 0
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;