Skip to content

Commit

Permalink
Merge pull request #8501 from cfpb/ans_print
Browse files Browse the repository at this point in the history
Remove Chrome blank first print page hack
  • Loading branch information
anselmbradford authored Jul 9, 2024
2 parents 0b0ccf6 + 0766a91 commit 7183260
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions cfgov/unprocessed/css/print.less
Original file line number Diff line number Diff line change
Expand Up @@ -217,16 +217,4 @@
display: block !important;
}
}

// Prevent Chrome from adding in a blank first page
@media (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) {
.content__main {
margin: 0;
display: block !important;
}

.content__sidebar {
display: block !important;
}
}
});

0 comments on commit 7183260

Please sign in to comment.