diff --git a/management/src/index.css b/management/src/index.css index 7eb3541..7f152b2 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-y: auto; + overflow: hidden; } .grid-proctor-container:fullscreen .grid-proctor-card { @@ -5184,18 +5184,6 @@ 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 { @@ -5241,12 +5229,16 @@ input:checked + .slider:before { flex-direction: column; flex: 1; min-height: 0; - overflow-y: auto; + overflow: hidden; } .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 {