Skip to content

Commit 89e2174

Browse files
author
Alexia Michelle
committed
fix #2
1 parent 3565ba8 commit 89e2174

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

src/css/custom.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ h6 {
9494
background: var(--ifm-navbar-background-color);
9595
border-bottom: 1px solid var(--surface-border);
9696
box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
97+
position: relative;
98+
z-index: 200;
9799
}
98100

99101
.navbar__title {
@@ -110,6 +112,7 @@ h6 {
110112
.navbar-sidebar {
111113
backdrop-filter: var(--surface-blur);
112114
background: var(--ifm-background-color) !important;
115+
z-index: 201 !important;
113116
}
114117

115118
.footer {

src/pages/index.module.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -228,12 +228,12 @@ html[data-theme='dark'] .mainBackground::before {
228228
}
229229

230230
.heroBanner {
231-
padding: 4rem 2rem 6.5rem;
231+
padding: 4rem 2rem 4rem;
232232
}
233233

234234
.mainBackground {
235-
margin-top: -90px;
236-
padding-top: 90px;
235+
margin-top: 0;
236+
padding-top: 0;
237237
}
238238

239239
.cockpitImageSmall,

0 commit comments

Comments
 (0)