Skip to content

Commit bbc31ef

Browse files
IMB11Prospector
andauthored
fix: z index issues for mobile nav (#4766)
* fix: z index issues for mobile nav Closes: #4722 * fix: below modals --------- Co-authored-by: Prospector <6166773+Prospector@users.noreply.github.com>
1 parent 9a13e97 commit bbc31ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/frontend/src/layouts/default.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1820,7 +1820,7 @@ const footerLinks = [
18201820
padding-bottom: var(--size-rounded-card);
18211821
left: 0;
18221822
background-color: var(--color-raised-bg);
1823-
z-index: 6;
1823+
z-index: 11; // 20 = modals, 10 = svg icons
18241824
transform: translateY(100%);
18251825
transition: transform 0.4s cubic-bezier(0.54, 0.84, 0.42, 1);
18261826
border-radius: var(--size-rounded-card) var(--size-rounded-card) 0 0;
@@ -1901,7 +1901,7 @@ const footerLinks = [
19011901
bottom: 0;
19021902
background-color: var(--color-raised-bg);
19031903
box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.3);
1904-
z-index: 7;
1904+
z-index: 11; // 20 = modals, 10 = svg icons
19051905
width: 100%;
19061906
align-items: center;
19071907
justify-content: space-between;

0 commit comments

Comments
 (0)