refactor: update Sidebar and layout styles for improved responsiveness, adjust chart dimensions and remove tooltip functionality in employee reports

This commit is contained in:
2025-10-25 07:53:08 -03:00
parent f0d3625045
commit 5dd00b63e1
4 changed files with 54 additions and 43 deletions

View File

@@ -2,10 +2,10 @@
const { children } = $props();
</script>
<div class="w-full">
<div class="w-full h-full overflow-y-auto">
<main
id="container-central"
class="w-full max-w-none px-3 lg:px-4 pt-8 lg:pt-10 pb-2"
class="w-full max-w-none px-3 lg:px-4 py-4"
>
{@render children()}
</main>