1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-08-03 21:27:31 +02:00

Merge pull request #3598 from alifeee/fix/r-stack-chrome

Fix `r-stack` overflow behaviour on Chromium browsers
This commit is contained in:
Hakim El Hattab
2024-03-25 08:52:32 +01:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@@ -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 > * {

2
dist/reveal.css vendored

File diff suppressed because one or more lines are too long