1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-08-06 14:47:04 +02:00

fix slide numbers not visible in pdf exports

This commit is contained in:
Hakim El Hattab
2023-10-24 10:19:59 +02:00
parent aa5c03c234
commit 5b537aa8f8
2 changed files with 2 additions and 1 deletions

View File

@@ -149,6 +149,7 @@ html.reveal-print {
display: block;
position: absolute;
font-size: 14px;
visibility: visible;
}
/* This accessibility tool is not useful in PDF and breaks it visually */

2
dist/reveal.css vendored

File diff suppressed because one or more lines are too long