zindex tweak to prevent overlap with open menu

This commit is contained in:
luxumbra
2022-02-22 00:47:01 +00:00
committed by Scott Stevenson
parent e461467e0a
commit da6f3d8165
10 changed files with 10 additions and 10 deletions

View File

@@ -64,7 +64,7 @@ export const Build: React.FC = () => {
bottom="0"
py={20}
maxW={{ base: '100%', md: '7xl', '2xl': '8xl' }}
zIndex={200}
zIndex={150}
>
<Button
colorScheme="white"

View File

@@ -72,7 +72,7 @@ export const Frontier: React.FC = () => {
bottom="0"
py={20}
maxW={{ base: '100%', md: '7xl', '2xl': '8xl' }}
zIndex={200}
zIndex={150}
>
<Button
colorScheme="white"

View File

@@ -67,7 +67,7 @@ export const Game: React.FC = () => {
bottom="0"
py={20}
maxW={{ base: '100%', md: '7xl', '2xl': '8xl' }}
zIndex={200}
zIndex={150}
>
<Button
colorScheme="white"

View File

@@ -69,7 +69,7 @@ export const LandingHeader: React.FC = () => {
spacing={8}
alignItems="center"
opacity={toggle ? 1 : 0}
transition="opacity 0.3s 0.2s ease"
transition="opacity 0.3s 0.6s ease"
zIndex={toggle ? 600 : 0}
>
<NavLink key="link-home-logo" target="section-1">

View File

@@ -75,7 +75,7 @@ export const Optimal: React.FC = () => {
bottom="0"
py={20}
maxW={{ base: '100%', md: '7xl', '2xl': '8xl' }}
zIndex={200}
zIndex={150}
centerContent
>
<Button

View File

@@ -87,7 +87,7 @@ export const Revolution: React.FC = () => {
bottom="0"
py={20}
maxW={{ base: '100%', md: '7xl', '2xl': '8xl' }}
zIndex={200}
zIndex={150}
>
<Button
colorScheme="white"

View File

@@ -67,7 +67,7 @@ export const Together: React.FC = () => {
bottom="0"
py={20}
maxW={{ base: '100%', md: '7xl', '2xl': '8xl' }}
zIndex={200}
zIndex={150}
centerContent
>
<Button

View File

@@ -71,7 +71,7 @@ export const WhatWeDo: React.FC = () => {
bottom="0"
py={20}
maxW={{ base: '100%', md: '7xl', '2xl': '8xl' }}
zIndex={200}
zIndex={150}
centerContent
>
<Button

View File

@@ -57,7 +57,7 @@ export const Who: React.FC = () => {
bottom="0"
py={20}
maxW={{ base: '100%', md: '7xl', '2xl': '8xl' }}
zIndex={200}
zIndex={150}
centerContent
>
<Button

View File

@@ -68,7 +68,7 @@ export const WildWeb: React.FC = () => {
bottom="0"
py={20}
maxW={{ base: '100%', md: '7xl', '2xl': '8xl' }}
zIndex={200}
zIndex={150}
>
<Button
colorScheme="white"