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 ad68d1b commit 83636c1Copy full SHA for 83636c1
1 file changed
src/components/BootstrapBlazor.PdfReader/wwwroot/css/pdf_reader.css
@@ -8,6 +8,25 @@
8
height: calc(var(--bb-pdf-view-height) + var(--bb-pdf-toolbar-height));
9
}
10
11
+.bb-view-progress {
12
+ position: absolute;
13
+ top: 0;
14
+ left: 0;
15
+ right: 0;
16
+ height: 0.25rem;
17
+}
18
+
19
+ .bb-view-progress:not(.show) {
20
+ display: none;
21
+ }
22
23
+.bb-view-progress-bar {
24
+ height: 100%;
25
+ background-color: var(--bs-primary);
26
+ width: var(--bb-view-progress-val, 0);
27
+ transition: width .3s linear;
28
29
30
.bb-view-toolbar {
31
height: var(--bb-pdf-toolbar-height);
32
background-color: var(--bb-toolbar-background-color);
0 commit comments