We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6034956 commit a34388eCopy full SHA for a34388e
src/scss/vapor/main-site.scss
@@ -70,6 +70,8 @@ body {
70
#main-page-body {
71
#vapor-navbar {
72
top: -80px;
73
+ position: fixed;
74
+ transition: top 0.3s;
75
}
76
77
src/scss/vapor/navigation.scss
@@ -14,9 +14,7 @@ $navbar-light-active-color: $blue-300;
14
15
16
height: 80px;
17
- position: fixed;
18
width: 100%;
19
- transition: top 0.3s;
20
z-index: 9999;
21
backdrop-filter: blur(20px);
22
-webkit-backdrop-filter: blur(20px);
0 commit comments