fix(core): navigation bar moved when scrolling

This commit is contained in:
nico.hdr8
2025-10-07 14:42:45 +02:00
parent b482baf56d
commit e7de29542a

View File

@@ -1,8 +1,7 @@
<div class="flex flex-col min-h-screen">
<app-background/>
<app-navigation-bar/>
<main class="flex-1">
<app-navigation-bar/>
<router-outlet></router-outlet>
</main>