1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-01-16 21:08:28 +01:00

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

This commit is contained in:
alifeee 2024-03-24 23:11:22 +00:00
parent 334abff10f
commit e2344787c4

View File

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