Browse Source

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

alifeee 1 year ago
parent
commit
e2344787c4
1 changed files with 1 additions and 0 deletions
  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 > * {