Skip to content
Snippets Groups Projects
Commit f56a10b9 authored by Hakim El Hattab's avatar Hakim El Hattab
Browse files

disable interaction on future/past slides

parent d3ac8e23
Branches
No related tags found
No related merge requests found
......@@ -606,6 +606,19 @@ body {
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;
}
/*********************************************
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment