diff --git a/src-web/components/responseViewers/PdfViewer.css b/src-web/components/responseViewers/PdfViewer.css index 955332dd..ec7dac81 100644 --- a/src-web/components/responseViewers/PdfViewer.css +++ b/src-web/components/responseViewers/PdfViewer.css @@ -1,3 +1,3 @@ .react-pdf__Document * { - @apply select-text; + user-select: text; }