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 { app-top-navigation {
position: fixed; position: fixed;
width: 100%; width: 100%;
z-index: 200;
} }

View file

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