diff --git a/src/App.vue b/src/App.vue index 92f5f55..cdbbca6 100644 --- a/src/App.vue +++ b/src/App.vue @@ -36,6 +36,7 @@ watch([() => route.fullPath, isMobile], () => { />
@@ -72,7 +73,6 @@ watch([() => route.fullPath, isMobile], () => { .navigationBarCover { position: absolute; z-index: $z-index-navigationBarCover; - top: 5rem; left: 0; height: 100%; width: 100%; @@ -82,7 +82,6 @@ watch([() => route.fullPath, isMobile], () => { .navigationBar { position: absolute; z-index: $z-index-navigationBar; - top: 5rem; left: 0; height: 100%; width: 260px; diff --git a/src/components/NavigationBar/NavigationBar.vue b/src/components/NavigationBar/NavigationBar.vue index 5482646..0771878 100644 --- a/src/components/NavigationBar/NavigationBar.vue +++ b/src/components/NavigationBar/NavigationBar.vue @@ -1,10 +1,23 @@