16 lines
207 B
CSS
16 lines
207 B
CSS
#nprogress {
|
|
pointer-events: none;
|
|
}
|
|
|
|
#nprogress .bar {
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: var(--nprogress-z-index);
|
|
|
|
width: 100%;
|
|
height: 2px;
|
|
|
|
background: var(--nprogress-color);
|
|
}
|