From ed6cb4858c61205987d71e84651a6dfa78d3f539 Mon Sep 17 00:00:00 2001 From: Sasha Sorokin <10401817+brawaru@users.noreply.github.com> Date: Tue, 18 Jun 2024 02:29:07 +0200 Subject: [PATCH] Fix transition covering More download options btn 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. --- pages/app.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pages/app.vue b/pages/app.vue index 62d07491e4..4bdb8e7e9f 100644 --- a/pages/app.vue +++ b/pages/app.vue @@ -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 {