Fix pdf viewer css

This commit is contained in:
Gregory Schier
2025-12-28 15:39:52 -08:00
parent 3d919591f3
commit f1a3ef1c11

View File

@@ -1,3 +1,3 @@
.react-pdf__Document * {
@apply select-text;
user-select: text;
}