position should be fixed

This commit is contained in:
Mario
2023-03-04 21:33:50 +00:00
parent 9f10e7e356
commit d43a56614c

View File

@@ -1722,7 +1722,9 @@ dl.bb-dl > dd > li {
z-index: 10000;
width: 20vw;
height: 3px;
position: absolute;
position: fixed;
top: 0px;
left: 0px;
animation: pageloader_move 2s ease-out infinite;
}