Skip to content

Commit

Permalink
Update component.jsx
Browse files Browse the repository at this point in the history
better z-index management for foreground management
  • Loading branch information
Flopsky authored Jan 1, 2024
1 parent 42d5efb commit 222beca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/component.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export function Component() {
key="1"
className="flex flex-col items-center justify-center p-4 bg-gray-900 text-white font-mono">
<header
className="w-full flex flex-wrap justify-between items-center p-4 sticky top-0 bg-gray-900">
className="w-full flex flex-wrap justify-between items-center p-4 sticky top-0 bg-gray-900 z-50">
<h1 className="text-4xl font-bold">David KAMGANG </h1>
<nav className="flex flex-wrap gap-4">
<Link className="text-lg font-medium hover:underline" href="#">
Expand Down

0 comments on commit 222beca

Please sign in to comment.