test/node_modules/@vuepress/plugin-nprogress/lib/client/styles/nprogress.css
2024-08-13 09:27:52 +08:00

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);
}