Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Andrew Seales
Kubernetes Presentation
Commits
6564950c
Unverified
Commit
6564950c
authored
Mar 12, 2020
by
quilicicf
Browse files
Hide the status element off-screen to avoid additional page in PDF print
parent
499dc685
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
dist/reveal.min.js
View file @
6564950c
This diff is collapsed.
Click to expand it.
js/reveal.js
View file @
6564950c
...
...
@@ -292,6 +292,8 @@ export default function( revealElement, options ) {
statusElement
.
style
.
position
=
'
absolute
'
;
statusElement
.
style
.
height
=
'
1px
'
;
statusElement
.
style
.
width
=
'
1px
'
;
statusElement
.
style
.
top
=
'
-1px
'
;
statusElement
.
style
.
left
=
'
-1px
'
;
statusElement
.
style
.
overflow
=
'
hidden
'
;
statusElement
.
style
.
clip
=
'
rect( 1px, 1px, 1px, 1px )
'
;
statusElement
.
classList
.
add
(
'
aria-status
'
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment