This commit is contained in:
@@ -5155,7 +5155,7 @@ input:checked + .slider:before {
|
|||||||
.grid-proctor-container:fullscreen {
|
.grid-proctor-container:fullscreen {
|
||||||
padding: 2rem;
|
padding: 2rem;
|
||||||
background: #121214;
|
background: #121214;
|
||||||
overflow-y: auto;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.grid-proctor-container:fullscreen .grid-proctor-card {
|
.grid-proctor-container:fullscreen .grid-proctor-card {
|
||||||
@@ -5184,18 +5184,6 @@ input:checked + .slider:before {
|
|||||||
gap: 1rem;
|
gap: 1rem;
|
||||||
padding-bottom: 1rem;
|
padding-bottom: 1rem;
|
||||||
border-bottom: 1px solid var(--border-light);
|
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 {
|
.grid-proctor-toolbar-left {
|
||||||
@@ -5241,12 +5229,16 @@ input:checked + .slider:before {
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
overflow-y: auto;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.grid-proctor-layout {
|
.grid-proctor-layout {
|
||||||
/* Columns configured inline */
|
/* Columns configured inline */
|
||||||
transition: all 0.3s ease;
|
transition: all 0.3s ease;
|
||||||
|
flex: 1;
|
||||||
|
min-height: 0;
|
||||||
|
overflow-y: auto;
|
||||||
|
padding-right: 0.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.grid-proctor-card {
|
.grid-proctor-card {
|
||||||
|
|||||||
Reference in New Issue
Block a user