disable interaction on future/past slides
This commit is contained in:
parent
d3ac8e2343
commit
f56a10b9ff
|
@ -606,6 +606,19 @@ body {
|
||||||
min-height: auto !important;
|
min-height: auto !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Don't allow interaction with invisible slides */
|
||||||
|
.reveal .slides>section.future,
|
||||||
|
.reveal .slides>section>section.future,
|
||||||
|
.reveal .slides>section.past,
|
||||||
|
.reveal .slides>section>section.past {
|
||||||
|
pointer-events: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.reveal.overview .slides>section,
|
||||||
|
.reveal.overview .slides>section>section {
|
||||||
|
pointer-events: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*********************************************
|
/*********************************************
|
||||||
|
|
2
css/reveal.min.css
vendored
2
css/reveal.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user