fixed bottom margin not applying and header scroll issue

This commit is contained in:
2025-12-16 10:38:21 -05:00
parent 7dc93c9802
commit e9fadc724e

View File

@@ -125,7 +125,7 @@ async function handleDeny(id) {
</script>
<template>
<div v-if="!loading" class="w-full h-20">
<div v-if="!loading" class="w-full">
<div v-if="unauthorized" class="flex justify-center w-full my-10">
You do not have permission to view this application.
</div>