fix(search): 🐛 fix invisible progress bar

This commit is contained in:
alistair3149 2024-10-07 00:01:29 -04:00
parent 3601fbd3ee
commit 01365d90ec
No known key found for this signature in database

View file

@ -118,7 +118,7 @@
**/
&.citizen-loading::after {
position: absolute;
top: 100%;
bottom: 0;
}
}