mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-04-24 03:00:09 -04:00
zindex tweak to prevent overlap with open menu
This commit is contained in:
committed by
Scott Stevenson
parent
e461467e0a
commit
da6f3d8165
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user