upper top nav

This commit is contained in:
Tykayn 2025-09-02 15:57:21 +02:00 committed by tykayn
parent e50b375dc7
commit 5f90c813dd
2 changed files with 3 additions and 2 deletions

View file

@ -1,4 +1,5 @@
app-top-navigation {
position: fixed;
width: 100%;
z-index: 200;
}

View file

@ -8,7 +8,7 @@
</a>
</nav>
<div class="fixed-navigation">
<button class="next-step" routerLink="similar-cases">
<a class="next-step" routerLink="/similar-cases">
<span class="label">
Search similar cases
</span>
@ -16,7 +16,7 @@
|
</span>
<i class="ri-arrow-right-line"></i>
</button>
</a>
</div>
<!-- Privacy Policy Popup -->