diff --git a/nginx/vue/src/assets/styles.css b/nginx/vue/src/assets/styles.css index 38a3eef..f5fa9b7 100644 --- a/nginx/vue/src/assets/styles.css +++ b/nginx/vue/src/assets/styles.css @@ -81,6 +81,10 @@ body { height: 100vh; } +main { + @apply overflow-y-scroll; +} + input { @apply text-secondary border-primary border; } @@ -241,7 +245,7 @@ td { } .background { - @apply fixed inset-0 -z-10 pointer-events-none; + @apply fixed inset-0 z-0; } .halftone { diff --git a/nginx/vue/src/components/Navbar.vue b/nginx/vue/src/components/Navbar.vue index 69f5ce5..d3e3188 100644 --- a/nginx/vue/src/components/Navbar.vue +++ b/nginx/vue/src/components/Navbar.vue @@ -20,7 +20,7 @@ const inHome = computed(() => {