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:
parent
bd49d6bd89
commit
b6618f81f8
@ -1006,6 +1006,7 @@ useSeoMeta({
|
||||
align-items: center;
|
||||
text-align: center;
|
||||
flex-direction: column;
|
||||
isolation: isolate;
|
||||
|
||||
.main-subheader {
|
||||
font-size: 1.625rem;
|
||||
@ -1041,6 +1042,10 @@ useSeoMeta({
|
||||
mask-image: none;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.bottom-transition {
|
||||
z-index: -1;
|
||||
}
|
||||
}
|
||||
|
||||
.main-header {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user