mirror of
https://github.com/Dokploy/website.git
synced 2026-07-22 14:25:26 +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() {
|
export function Header() {
|
||||||
return (
|
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>
|
<Container>
|
||||||
<nav className="relative z-50 flex justify-between">
|
<nav className="relative z-50 flex justify-between">
|
||||||
<div className="flex items-center md:gap-x-12">
|
<div className="flex items-center md:gap-x-12">
|
||||||
|
|||||||
Reference in New Issue
Block a user