This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user