diff --git a/frontend/index.html b/frontend/index.html index c9f2ada..737af3c 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -6,6 +6,8 @@ Levana Predict + + diff --git a/frontend/src/components/common/Footer/index.tsx b/frontend/src/components/common/Footer/index.tsx index 74c98d0..81f4661 100644 --- a/frontend/src/components/common/Footer/index.tsx +++ b/frontend/src/components/common/Footer/index.tsx @@ -2,7 +2,7 @@ import { useMemo } from "react" import { Link, Stack } from "@mui/joy" import { Link as RouterLink } from "react-router-dom" -import { DESKTOP_BREAKPOINT } from "@utils/styles" +import { DESKTOP_BREAKPOINT, mergeSx, stylesOnlyAt } from "@utils/styles" import { GithubIcon } from "@assets/icons/Github" const TERMS_OF_SERVICE_URL = @@ -45,10 +45,16 @@ const Footer = () => { return ( { flexWrap: "nowrap", }, + ".notistack-SnackbarContainer": { + zIndex: 1000000, + }, + ".notistack-Snackbar": { minWidth: 0, },