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
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:
@@ -248,7 +248,7 @@
|
||||
<h2 class="text-xl font-bold brand-section-title">Lista de Empleados</h2>
|
||||
</template>
|
||||
|
||||
<div class="overflow-x-auto">
|
||||
<div class="overflow-x-auto max-h-96 overflow-y-auto">
|
||||
<table class="w-full text-sm">
|
||||
<thead class="border-b border-[var(--brand-border)]">
|
||||
<tr class="text-[var(--brand-text-muted)]">
|
||||
|
||||
Reference in New Issue
Block a user