feature/homogenizacion-estilos-catalogos-fijos-y-generales

This commit is contained in:
2026-04-13 11:16:54 -06:00
parent aa8891145c
commit a0a6b52fc1
83 changed files with 4293 additions and 2044 deletions

View File

@@ -60,7 +60,7 @@
</script>
<div class="flex flex-col h-full w-full overflow-hidden">
<div class="relative flex-1 overflow-auto bg-card shadow-inner" bind:this={scrollContainer}>
<div class="relative min-h-[320px] max-h-[calc(100svh-340px)] flex-1 overflow-auto bg-card shadow-inner" bind:this={scrollContainer}>
<table class="w-full caption-bottom text-sm border-collapse">
<thead class="sticky top-0 z-20 bg-background/95 shadow-sm backdrop-blur-md border-b">
{#each table.getHeaderGroups() as headerGroup (headerGroup.id)}