From 74b8fcdaa88c6b543cea587de3762d251012b132 Mon Sep 17 00:00:00 2001 From: wong1988 Date: Sun, 3 Dec 2023 18:36:16 +0800 Subject: [PATCH] 1111 --- components/NavBar/NavBar.vue | 67 ++++++++++++++++++++++++++++++------ 1 file changed, 57 insertions(+), 10 deletions(-) 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 {