فهرست منبع

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
 .reveal .r-stack {
 	display: grid;
+	grid-template-rows: 100%;
 }
 
 .reveal .r-stack > * {