Response viewer for PDF (#48)

This PR adds a response viewer for PDF files using `react-pdf`
This commit is contained in:
Gregory Schier
2024-06-10 08:57:08 -07:00
committed by GitHub
parent 302a69ed98
commit 016c3f7dac
9 changed files with 750 additions and 29 deletions

View File

@@ -26,6 +26,10 @@
@apply select-none cursor-default;
}
.select-all * {
/*@apply select-all;*/
}
a,
a[href] * {
@apply cursor-pointer !important;