Skip to content

Commit

Permalink
fix: added z-index to main index button
Browse files Browse the repository at this point in the history
  • Loading branch information
Szymczek authored and Rei-x committed Sep 4, 2024
1 parent 4c815d8 commit 6226152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ const JoinUsBlock = () => (
Zaloguj się do platformy USOS i stwórz swój plan na semestr!
</p>
</div>
<div className="">
<div className="z-50">
{process.env.NODE_ENV === "development" ||
(typeof window !== "undefined" &&
window.location.hostname === "planer.solvro.pl") ? (
Expand Down

0 comments on commit 6226152

Please sign in to comment.