Jonna Marie Matthiesen Copilot commited on
Commit ·
79e2f2a
1
Parent(s): 8b6d8a7
Set sticky model column background to page base color
Browse filesUses --bg to prevent scrolling content from showing through while
keeping a consistent look with the page background.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
style.css
CHANGED
|
@@ -390,6 +390,7 @@ tbody tr.row-group-break td {
|
|
| 390 |
position: sticky;
|
| 391 |
left: 0;
|
| 392 |
z-index: 1;
|
|
|
|
| 393 |
}
|
| 394 |
.legend-section {
|
| 395 |
margin: 2rem 0;
|
|
|
|
| 390 |
position: sticky;
|
| 391 |
left: 0;
|
| 392 |
z-index: 1;
|
| 393 |
+
background: var(--bg);
|
| 394 |
}
|
| 395 |
.legend-section {
|
| 396 |
margin: 2rem 0;
|