Skip to content

Commit

Permalink
fix r-stack with grid-template-rows: 100%;
Browse files Browse the repository at this point in the history
  • Loading branch information
alifeee committed Mar 24, 2024
1 parent 334abff commit e234478
Showing 1 changed file with 1 addition and 0 deletions.
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

0 comments on commit e234478

Please sign in to comment.