From 391a1c23c05e59696f36465092cf1df96b73222f Mon Sep 17 00:00:00 2001 From: PhuocNTB Date: Fri, 3 Jul 2026 21:54:24 +0700 Subject: [PATCH] fix ui --- management/src/index.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/management/src/index.css b/management/src/index.css index 67a2b44..7eb3541 100644 --- a/management/src/index.css +++ b/management/src/index.css @@ -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 {