update loading bar position
This commit is contained in:
parent
7192626dce
commit
492a16fbb7
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
import styles from './loading.module.css'
|
||||
const LoadingBar = () => {
|
||||
return (
|
||||
<div className='w-full mt-[-50px]'>
|
||||
<div className='w-full absolute top-0 left-0'>
|
||||
<div className='h-1.5 w-full bg-pink-100 overflow-hidden'>
|
||||
<div
|
||||
className={`${styles.progress} w-full h-full bg-blue-500 ${styles['left-right']}`}
|
||||
|
|
Loading…
Reference in a new issue