mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-01-17 13:28:29 +01:00
fix r-stack with grid-template-rows: 100%;
This commit is contained in:
parent
334abff10f
commit
e2344787c4
@ -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 > * {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user