From 2b5af8f608b8e3f19b39e0b8f01871088c7df43c Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Tue, 3 Dec 2024 12:44:16 -0500 Subject: [PATCH] fixed desktop styling breaking --- src/assets/GithubCorner.tsx | 1 + src/routes/Landing.tsx | 1 + 2 files changed, 2 insertions(+) diff --git a/src/assets/GithubCorner.tsx b/src/assets/GithubCorner.tsx index 1c41d3f..11ea061 100644 --- a/src/assets/GithubCorner.tsx +++ b/src/assets/GithubCorner.tsx @@ -17,6 +17,7 @@ const GitHubCorner: React.FC = () => { top: 0; border: 0; right: 0; + z-index: 100; } .github-corner:hover .octo-arm { diff --git a/src/routes/Landing.tsx b/src/routes/Landing.tsx index b40659b..5580d63 100644 --- a/src/routes/Landing.tsx +++ b/src/routes/Landing.tsx @@ -62,6 +62,7 @@ export default function Landing() { return (