Explorar o código

fix r-stack with `grid-template-rows: 100%;`

alifeee hai 1 ano
pai
achega
e2344787c4
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      css/layout.scss

+ 1 - 0
css/layout.scss

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