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 7223519 commit 2ab5086Copy full SHA for 2ab5086
1 file changed
src/components/BootstrapBlazor.PdfReader/wwwroot/css/pdf_viewer.css
@@ -141,30 +141,6 @@
141
margin-inline: 5px;
142
}
143
144
-.pdfViewer .page.loadingIcon::after {
145
- position: absolute;
146
- top: 0;
147
- left: 0;
148
- content: "";
149
- width: 100%;
150
- height: 100%;
151
- background: url("images/loading-icon.gif") center no-repeat;
152
- display: none;
153
- transition-property: display;
154
- transition-delay: var(--loading-icon-delay);
155
- z-index: 5;
156
- contain: strict;
157
-}
158
-
159
-.pdfViewer .page.loading::after {
160
- display: block;
161
162
163
-.pdfViewer .page:not(.loading)::after {
164
- transition-property: none;
165
166
167
168
.pdfPresentationMode .pdfViewer {
169
padding-bottom: 0;
170
0 commit comments