Skip to content
This repository has been archived by the owner on Aug 3, 2024. It is now read-only.

Commit

Permalink
Fix transition covering More download options btn (#1736)
Browse files Browse the repository at this point in the history
This pushes bottom transition to a background level while setting it so
that any z-indexes are isolated within the hero to avoid any other
weirdness from happenning.
  • Loading branch information
brawaru authored Jul 3, 2024
1 parent bd49d6b commit b6618f8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pages/app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1006,6 +1006,7 @@ useSeoMeta({
align-items: center;
text-align: center;
flex-direction: column;
isolation: isolate;
.main-subheader {
font-size: 1.625rem;
Expand Down Expand Up @@ -1041,6 +1042,10 @@ useSeoMeta({
mask-image: none;
z-index: 1;
}
.bottom-transition {
z-index: -1;
}
}
.main-header {
Expand Down

0 comments on commit b6618f8

Please sign in to comment.