From 8e3704f5c427dac14ebddc063b3a2942efe6b2e9 Mon Sep 17 00:00:00 2001 From: PhuocNTB Date: Fri, 3 Jul 2026 21:59:52 +0700 Subject: [PATCH] fix tam --- management/src/index.css | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/management/src/index.css b/management/src/index.css index 7f152b2..e44e26f 100644 --- a/management/src/index.css +++ b/management/src/index.css @@ -5155,7 +5155,7 @@ input:checked + .slider:before { .grid-proctor-container:fullscreen { padding: 2rem; background: #121214; - overflow: hidden; + overflow-y: auto; } .grid-proctor-container:fullscreen .grid-proctor-card { @@ -5184,6 +5184,19 @@ input:checked + .slider:before { gap: 1rem; padding-bottom: 1rem; border-bottom: 1px solid var(--border-light); + position: sticky; + top: -1.25rem; + z-index: 10; + background: var(--bg-card); + padding-top: 1.25rem; + margin-top: -1.25rem; +} + +.grid-proctor-container:fullscreen .grid-proctor-toolbar { + background: #121214; + top: -2rem; + padding-top: 2rem; + margin-top: -2rem; } .grid-proctor-toolbar-left { @@ -5229,16 +5242,12 @@ input:checked + .slider:before { flex-direction: column; flex: 1; min-height: 0; - overflow: hidden; + overflow-y: auto; } .grid-proctor-layout { /* Columns configured inline */ transition: all 0.3s ease; - flex: 1; - min-height: 0; - overflow-y: auto; - padding-right: 0.25rem; } .grid-proctor-card {