@@ -25,6 +25,7 @@
// Stack multiple elements on top of each other
.reveal .r-stack {
display: grid;
+ grid-template-rows: 100%;
}
.reveal .r-stack > * {