Skip to content

Commit

Permalink
feat(apps/earth): adds positive z-index to header
Browse files Browse the repository at this point in the history
  • Loading branch information
deopea-david committed Feb 4, 2023
1 parent 9c369b5 commit c7ab05b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/earth/src/components/header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { LinkButton } from "components/link/LinkButton";

export const Header = component$(() => {
return (
<header class="navbar flex border-b bg-transparent py-4 px-8 font-mono backdrop-blur-sm">
<header class="navbar z-10 flex border-b bg-transparent py-4 px-8 font-mono backdrop-blur-sm">
<div class="navbar-start">
<Link class="font-mono uppercase" href="/">
deopea
Expand Down

0 comments on commit c7ab05b

Please sign in to comment.