Problem:
Links to PDF files were not opening properly in Safari. The width was 100% but the height was only at about 10%.
The console revealed the following error:
[Error] Refused to apply a stylesheet because its hash, its nonce, or 'unsafe-inline' appears in neither the style-src directive nor the default-src directive of the Content Security Policy.
Solution (sorta):
We determined that the Admin Tools htaccess maker setting labeled "Disable client-side risky behavior in frontend static content" resulted in the blockage of Safari's PDF viewer styling due to the styling being inline.
This ticket is meant mostly to be informative, in the event others experience the same issue. However, you may want to consider eliminating pdf/PDF from the file formats that have the "risky behavior on frontend" CSP applied when that setting is enabled.