Feat: Agregar altura máxima a tabla de lista de empleados
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 52s

- Agregado max-h-96 y overflow-y-auto a la tabla de lista de empleados
- La tabla ahora tiene scroll vertical cuando hay muchos empleados
This commit is contained in:
2025-11-13 18:53:01 -06:00
parent 8821a59086
commit 4473515446

View File

@@ -248,7 +248,7 @@
<h2 class="text-xl font-bold brand-section-title">Lista de Empleados</h2> <h2 class="text-xl font-bold brand-section-title">Lista de Empleados</h2>
</template> </template>
<div class="overflow-x-auto"> <div class="overflow-x-auto max-h-96 overflow-y-auto">
<table class="w-full text-sm"> <table class="w-full text-sm">
<thead class="border-b border-[var(--brand-border)]"> <thead class="border-b border-[var(--brand-border)]">
<tr class="text-[var(--brand-text-muted)]"> <tr class="text-[var(--brand-text-muted)]">