diff --git a/components/NavBar/NavBar.vue b/components/NavBar/NavBar.vue index 281a306..55f9262 100644 --- a/components/NavBar/NavBar.vue +++ b/components/NavBar/NavBar.vue @@ -1,53 +1,89 @@ @@ -71,7 +117,7 @@ display: flex; flex-direction: column; width: 100%; - position: sticky; + position: fixed; z-index: 999; top: 0 } @@ -86,6 +132,7 @@ ._navText { font-size: 13px; + color: white; } ._navIcon {