aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--css/reveal.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/css/reveal.css b/css/reveal.css
index 71cfdb6..54106e5 100644
--- a/css/reveal.css
+++ b/css/reveal.css
@@ -982,12 +982,13 @@ body {
}
.reveal.overview .slides section {
- height: 600px;
+ height: 700px;
overflow: hidden;
opacity: 1 !important;
visibility: visible !important;
cursor: pointer;
background: rgba(0,0,0,0.1);
+ box-sizing: border-box;
}
.reveal.overview .slides section,
.reveal.overview-deactivating .slides section {