mirror of
https://github.com/Dokploy/website.git
synced 2026-06-15 20:25:25 +02:00
style: update Header component for improved sticky behavior and visual clarity
This commit is contained in:
@@ -154,7 +154,7 @@ function MobileNavigation() {
|
||||
|
||||
export function Header() {
|
||||
return (
|
||||
<header className="bg-background py-10">
|
||||
<header className="sticky top-0 z-50 bg-background/95 backdrop-blur supports-[backdrop-filter]:bg-background/60 border-b border-border/40 py-5">
|
||||
<Container>
|
||||
<nav className="relative z-50 flex justify-between">
|
||||
<div className="flex items-center md:gap-x-12">
|
||||
|
||||
Reference in New Issue
Block a user