Skip to content

Commit

Permalink
z-index issues on Safari
Browse files Browse the repository at this point in the history
  • Loading branch information
jimirobaer committed Nov 19, 2024
1 parent ee83c0a commit 028fda7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions resources/css/front/utilities/black-friday.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,12 @@

.paper-stack .paper-stack-item:first-child {
@apply order-1;
z-index: 1;
}

.paper-stack .paper-stack-item:last-child {
@apply -order-last;
z-index: -1;
}

.textured-paper {
Expand Down

0 comments on commit 028fda7

Please sign in to comment.