🐛 evolution not overlaying menu

This commit is contained in:
Chase Manning 2023-11-29 13:22:41 +00:00
commit c5b1fdbe0e

View file

@ -16,6 +16,7 @@ const StyledEvolution = styled.div`
width: 100%;
height: 100%;
background: var(--bg);
z-index: 200;
height: 80%;
@media (max-width: 1000px) {
@ -252,6 +253,9 @@ const Evolution = () => {
const evolvesMetadata = usePokemonMetadata(evolution?.evolveToId || null);
const show = evolution !== null;
console.log("show", show);
console.log(evolution);
const [evolved, setEvolved] = useState(false);
useEvent(Event.A, () => {