summaryrefslogtreecommitdiffhomepage
path: root/css/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/main.css')
-rw-r--r--css/main.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/css/main.css b/css/main.css
index 9a33421..75af1fc 100644
--- a/css/main.css
+++ b/css/main.css
@@ -886,6 +886,8 @@ body {
.reveal.overview .slides section {
padding: 20px 0;
+ max-height: 600px;
+ overflow: hidden;
opacity: 1;
cursor: pointer;
background: rgba(0,0,0,0.1);
@@ -911,6 +913,7 @@ body {
.reveal.overview .slides>section.stack {
background: none;
padding: 0;
+ overflow: visible;
}