Skip to content

Commit

Permalink
clients(devtools): unset overflow in print (#9274)
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjclark authored Jun 25, 2019
1 parent b13189c commit f13e549
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lighthouse-core/report/html/report-styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,11 @@
overflow-y: scroll;
height: calc(100% - var(--topbar-height));
}
@media print {
.lh-devtools .lh-container {
overflow: unset;
}
}
.lh-devtools .lh-sticky-header {
/* This is normally the height of the topbar, but we want it to stick to the top of our scroll container .lh-container` */
top: 0;
Expand Down

0 comments on commit f13e549

Please sign in to comment.