Skip to content

Commit

Permalink
Merge pull request #3598 from alifeee/fix/r-stack-chrome
Browse files Browse the repository at this point in the history
Fix `r-stack` overflow behaviour on Chromium browsers
  • Loading branch information
hakimel committed Mar 25, 2024
2 parents 334abff + 1642546 commit ade5309
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions css/layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
// Stack multiple elements on top of each other
.reveal .r-stack {
display: grid;
grid-template-rows: 100%;
}

.reveal .r-stack > * {
Expand Down
Loading

0 comments on commit ade5309

Please sign in to comment.