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

This commit is contained in:
2026-07-03 18:18:51 +07:00
parent 661f8e6267
commit 51af268857
3 changed files with 29 additions and 13 deletions

View File

@@ -5197,6 +5197,14 @@ input:checked + .slider:before {
color: #ffffff;
}
.grid-proctor-container {
display: flex;
flex-direction: column;
flex: 1;
min-height: 0;
overflow-y: auto;
}
.grid-proctor-layout {
/* Columns configured inline */
transition: all 0.3s ease;