Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions client/src/components/AppShell/AppShell.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,10 @@
transition: none;
}
}

@media print {
.mainContent {
overflow: visible !important;
overflow-y: visible !important;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -596,9 +596,10 @@

/* Level 1 (area rows): strong top border + tinted background */
.rowLevel1 td {
border-top: 2pt solid var(--color-border-strong);
border-top: 3pt solid var(--color-border-strong);
border-bottom: none;
background-color: var(--color-bg-tertiary) !important;
background-color: var(--color-border) !important;
font-weight: 600;
}

/* Level 2 (item rows): medium bottom border separating items */
Expand Down
Loading