Fix transition covering More download options btn (#1736)

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.
This commit is contained in:
Sasha Sorokin 2024-07-03 07:05:27 +02:00 committed by GitHub
parent bd49d6bd89
commit b6618f81f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1006,6 +1006,7 @@ useSeoMeta({
align-items: center; align-items: center;
text-align: center; text-align: center;
flex-direction: column; flex-direction: column;
isolation: isolate;
.main-subheader { .main-subheader {
font-size: 1.625rem; font-size: 1.625rem;
@ -1041,6 +1042,10 @@ useSeoMeta({
mask-image: none; mask-image: none;
z-index: 1; z-index: 1;
} }
.bottom-transition {
z-index: -1;
}
} }
.main-header { .main-header {