Skip to content

Commit 12fedbc

Browse files
authored
Merge pull request WebXDAO#537 from xkrishguptaa/patch-1
fix: repetitive tailwind config
2 parents f58683a + c29e406 commit 12fedbc

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

src/components/site-header.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ import { ThemeToggle } from "@/components/theme-toggle"
88

99
export function SiteHeader() {
1010
return (
11-
<header className="sticky top-0 z-999 w-full border-b bg-background">
11+
<header className="sticky top-0 z-[999] w-full border-b bg-background">
1212
<div className="container flex h-20 items-center space-x-4 sm:justify-between sm:space-x-0">
1313
<MainNav items={siteConfig.mainNav} />
1414
</div>
1515
</header>
1616
)
1717
}
18-
18+

tailwind.config.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ module.exports = {
1616
},
1717
},
1818
extend: {
19-
zIndex: {
20-
999: 999,
21-
},
2219
colors: {
2320
border: "hsl(var(--border))",
2421
input: "hsl(var(--input))",

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy