1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-01-16 21:08:28 +01: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
commit ade53094b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

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

2
dist/reveal.css vendored

File diff suppressed because one or more lines are too long