Skip to content

Commit 41a53a1

Browse files
fix: progress indicator styles (#5557)
1 parent a7ffa47 commit 41a53a1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

client-src/progress.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ export function defineProgressElement() {
5252
position: fixed;
5353
right: 5%;
5454
top: 5%;
55+
pointer-events: none;
5556
transition: opacity .25s ease-in-out;
5657
z-index: 2147483645;
5758
}
@@ -116,6 +117,7 @@ export function defineProgressElement() {
116117
position: fixed;
117118
top: 0;
118119
left: 0;
120+
pointer-events: none;
119121
height: 4px;
120122
width: 100vw;
121123
z-index: 2147483645;

0 commit comments

Comments
 (0)