From e2344787c496903439885f6b146f20da30191466 Mon Sep 17 00:00:00 2001 From: alifeee Date: Sun, 24 Mar 2024 23:11:22 +0000 Subject: [PATCH] fix r-stack with `grid-template-rows: 100%;` --- css/layout.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/css/layout.scss b/css/layout.scss index f499fdda..5d0536f9 100644 --- a/css/layout.scss +++ b/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 > * {