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

This commit is contained in:
2026-07-03 21:54:24 +07:00
parent 9ea257a4fc
commit 391a1c23c0

View File

@@ -5184,6 +5184,18 @@ input:checked + .slider:before {
gap: 1rem;
padding-bottom: 1rem;
border-bottom: 1px solid var(--border-light);
position: sticky;
top: 0;
z-index: 10;
background: var(--bg-card);
padding-top: 1.25rem;
margin-top: -1.25rem;
}
.grid-proctor-container:fullscreen .grid-proctor-toolbar {
background: #121214;
padding-top: 2rem;
margin-top: -2rem;
}
.grid-proctor-toolbar-left {