소스 검색

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

alifeee 1 년 전
부모
커밋
e2344787c4
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      css/layout.scss

+ 1 - 0
css/layout.scss

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