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

a few corrections to overview slide positioning

parent 93f516d3
No related branches found
No related tags found
No related merge requests found
......@@ -1072,9 +1072,10 @@ body {
.reveal.overview .slides section {
height: 600px;
top: -300px !important;
overflow: hidden;
opacity: 1!important;
visibility: visible!important;
opacity: 1 !important;
visibility: visible !important;
cursor: pointer;
background: rgba(0,0,0,0.1);
}
......@@ -1097,6 +1098,7 @@ body {
}
.reveal.overview .slides>section.stack {
padding: 0;
top: 0 !important;
background: none;
overflow: visible;
}
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment