Remove accessible slide status when printing to PDF
This commit is contained in:
parent
6564950c28
commit
ffac5fe696
5 changed files with 12 additions and 6 deletions
|
@ -164,4 +164,9 @@ html.print-pdf {
|
|||
position: absolute;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
/* This accessibility tool is not useful in PDF and breaks it visually */
|
||||
.aria-status {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue