fix
All checks were successful
Deploy on Master Change / deploy (push) Successful in 53s

This commit is contained in:
2026-07-03 17:59:02 +07:00
parent 0fa4a9aae2
commit 96391b0706
13 changed files with 10448 additions and 100 deletions

View File

@@ -1972,6 +1972,8 @@ input:checked + .slider:before {
display: flex;
flex-direction: column;
overflow: hidden;
flex: 1;
min-height: 0;
}
.attendance-table-scroll {
@@ -1988,6 +1990,10 @@ input:checked + .slider:before {
}
.attendance-panel {
display: flex;
flex-direction: column;
flex: 1;
min-height: 0;
height: 100%;
}