Skip to content

Commit a34388e

Browse files
committed
Fix navbar
1 parent 6034956 commit a34388e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/scss/vapor/main-site.scss

+2
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ body {
7070
#main-page-body {
7171
#vapor-navbar {
7272
top: -80px;
73+
position: fixed;
74+
transition: top 0.3s;
7375
}
7476
}
7577

src/scss/vapor/navigation.scss

-2
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ $navbar-light-active-color: $blue-300;
1414

1515
#vapor-navbar {
1616
height: 80px;
17-
position: fixed;
1817
width: 100%;
19-
transition: top 0.3s;
2018
z-index: 9999;
2119
backdrop-filter: blur(20px);
2220
-webkit-backdrop-filter: blur(20px);

0 commit comments

Comments
 (0)