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