From b6618f81f894936615eacbec4d00d58138e42079 Mon Sep 17 00:00:00 2001 From: Sasha Sorokin <10401817+brawaru@users.noreply.github.com> Date: Wed, 3 Jul 2024 07:05:27 +0200 Subject: [PATCH] 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. --- pages/app.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pages/app.vue b/pages/app.vue index 62d07491e..4bdb8e7e9 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 {