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 a7ffa47 commit 41a53a1Copy full SHA for 41a53a1
1 file changed
client-src/progress.js
@@ -52,6 +52,7 @@ export function defineProgressElement() {
52
position: fixed;
53
right: 5%;
54
top: 5%;
55
+ pointer-events: none;
56
transition: opacity .25s ease-in-out;
57
z-index: 2147483645;
58
}
@@ -116,6 +117,7 @@ export function defineProgressElement() {
116
117
118
top: 0;
119
left: 0;
120
121
height: 4px;
122
width: 100vw;
123
0 commit comments