ui: fix ProgressBar being covered by admin sidebar
This commit is contained in:
parent
2352ef0369
commit
5946210e18
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ export default () => {
|
|||
}, [ progress, continuous ]);
|
||||
|
||||
return (
|
||||
<div css={tw`w-full fixed`} style={{ height: '2px' }}>
|
||||
<div css={tw`w-full fixed z-10`} style={{ height: '2px' }}>
|
||||
<CSSTransition
|
||||
timeout={150}
|
||||
appear
|
||||
|
|
Loading…
Reference in a new issue