Make navbar sticky
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 2m5s

This commit is contained in:
2026-03-13 17:58:52 +00:00
parent f29e937307
commit a10706506e

View File

@@ -5,7 +5,7 @@ import Footer from "@/components/Footer.vue";
</script>
<template>
<Navbar class="no-print" />
<Navbar class="no-print sticky" />
<RouterView />
<!-- <Footer style="height: 10vh" /> -->