fix(core): navigation bar moved when scrolling
This commit is contained in:
@@ -1,8 +1,7 @@
|
|||||||
<div class="flex flex-col min-h-screen">
|
<div class="flex flex-col min-h-screen">
|
||||||
<app-background/>
|
<app-background/>
|
||||||
<app-navigation-bar/>
|
|
||||||
|
|
||||||
<main class="flex-1">
|
<main class="flex-1">
|
||||||
|
<app-navigation-bar/>
|
||||||
<router-outlet></router-outlet>
|
<router-outlet></router-outlet>
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user