Skip to content

Commit b719410

Browse files
committed
try
1 parent c34d141 commit b719410

File tree

2 files changed

+1
-36
lines changed

2 files changed

+1
-36
lines changed

custom-implementation/src/components/header.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.custom-header {
2-
z-index: 60;
2+
/* z-index: 60; */
33
}
44

55
.custom-header nav a {

custom-implementation/src/main.css

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -17,39 +17,4 @@
1717
display: block; /* Show the wrapper on screens larger than 1024px */
1818
}
1919
}
20-
/* Fix header overlap and sidebar height issues */
21-
.fern-sidebar-container {
22-
position: fixed;
23-
top: 60px; /* Your header height */
24-
bottom: 60px; /* Your footer height */
25-
height: calc(100vh - 120px); /* Viewport minus header and footer */
26-
overflow-y: auto;
27-
z-index: 50; /* Lower than header */
28-
}
29-
30-
.fern-main {
31-
margin-top: 60px; /* Header height */
32-
margin-bottom: 60px; /* Footer height if footer is fixed */
33-
}
34-
35-
/* Ensure header is properly positioned */
36-
.custom-header {
37-
position: fixed;
38-
top: 0;
39-
left: 0;
40-
right: 0;
41-
height: 60px; /* Set explicit height */
42-
z-index: 60;
43-
background: white; /* Prevent content showing through */
44-
}
4520

46-
/* Ensure footer is properly positioned */
47-
.custom-footer {
48-
position: fixed;
49-
bottom: 0;
50-
left: 0;
51-
right: 0;
52-
height: 60px; /* Set explicit height */
53-
z-index: 50;
54-
background: white;
55-
}

0 commit comments

Comments
 (0)