Fix halftone acroll whole app
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 24s

This commit is contained in:
2026-03-27 14:30:48 +00:00
parent 0f9695b8aa
commit 89119c1702
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@
crossorigin crossorigin
> >
</head> </head>
<body id="app" class="halftone"> <body id="app">
<script type="module" src="/src/main.js"></script> <script type="module" src="/src/main.js"></script>
</body> </body>
</html> </html>

View File

@@ -5,7 +5,7 @@ import Footer from "@/components/Footer.vue";
</script> </script>
<template> <template>
<div class="app-layout"> <div class="app-layout halftone">
<Navbar class="no-print sticky top-0 z-50" /> <Navbar class="no-print sticky top-0 z-50" />
<main class="app-content"> <main class="app-content">
<RouterView v-slot="{ Component }"> <RouterView v-slot="{ Component }">