From b4815a3a831cab4775b18b9e78711d25a7531f51 Mon Sep 17 00:00:00 2001
From: Hakim El Hattab
Date: Sat, 10 Nov 2012 14:48:29 -0500
Subject: remember last visited vertical slide (closes #225)
---
css/reveal.css | 2 +-
index.html | 2 +-
js/reveal.js | 33 +++++++++++++++++++++++++--------
js/reveal.min.js | 23 ++++++++++++-----------
4 files changed, 39 insertions(+), 21 deletions(-)
diff --git a/css/reveal.css b/css/reveal.css
index 1b1bd08..fd4e185 100644
--- a/css/reveal.css
+++ b/css/reveal.css
@@ -1057,7 +1057,7 @@ body {
.reveal.overview .slides section {
padding: 20px 0;
- max-height: 600px;
+ height: 600px;
overflow: hidden;
opacity: 1!important;
visibility: visible!important;
diff --git a/index.html b/index.html
index 426b8cf..799d55d 100644
--- a/index.html
+++ b/index.html
@@ -340,7 +340,7 @@ function linkify( selector ) {
-
+