Fix halftone acroll whole app
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 24s
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 24s
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
@@ -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 }">
|
||||||
|
|||||||
Reference in New Issue
Block a user