fix: sticky nav, ul in nav
All checks were successful
Build / build (push) Successful in 4m20s
Build / deploy-stage (push) Successful in 3m10s
Build / switch-stage (push) Successful in 2m7s

This commit is contained in:
2025-04-23 23:11:53 +02:00
parent 21586fbc78
commit 030053adc3
6 changed files with 14 additions and 25 deletions

View File

@@ -1,4 +1,4 @@
<header>
<header class="sticky top-0 left-0 right-0 z-50 bg-primary text-white">
<!-- Main Navigation -->
<f:render partial="Navigation/Main" arguments="{_all}" />
</header>

View File

@@ -1,4 +1,4 @@
<nav class="py-1 main-nav group sticky top-0 z-50 bg-repeat" id="mainNav">
<nav class="py-1 main-nav group" id="mainNav">
<div class="container flex items-center h-full mx-auto px-4">
<a href="/" class="nav-logo">
<f:image src="EXT:base/Resources/Public/Images/logo.svg" alt="Logo" class="block max-h-[50px] h-auto w-auto" />