We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1938e41 commit e87a0e1Copy full SHA for e87a0e1
1 file changed
src/components/BootstrapBlazor.PdfReader/wwwroot/css/pdf_viewer.css
@@ -153,3 +153,19 @@
153
margin: 0 auto;
154
border: 2px solid transparent;
155
}
156
+
157
+.textLayer {
158
+ position: absolute;
159
+ text-align: initial;
160
+ inset: 0;
161
+ overflow: clip;
162
+ opacity: 1;
163
+ line-height: 1;
164
+ -webkit-text-size-adjust: none;
165
+ -moz-text-size-adjust: none;
166
+ text-size-adjust: none;
167
+ forced-color-adjust: none;
168
+ transform-origin: 0 0;
169
+ caret-color: CanvasText;
170
+ z-index: 0;
171
+}
0 commit comments