Skip to content

Commit ade5309

Browse files
authored
Merge pull request hakimel#3598 from alifeee/fix/r-stack-chrome
Fix `r-stack` overflow behaviour on Chromium browsers
2 parents 334abff + 1642546 commit ade5309

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

css/layout.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
// Stack multiple elements on top of each other
2626
.reveal .r-stack {
2727
display: grid;
28+
grid-template-rows: 100%;
2829
}
2930

3031
.reveal .r-stack > * {

0 commit comments

Comments
 (0)