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 ]);
|
}, [ progress, continuous ]);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div css={tw`w-full fixed`} style={{ height: '2px' }}>
|
<div css={tw`w-full fixed z-10`} style={{ height: '2px' }}>
|
||||||
<CSSTransition
|
<CSSTransition
|
||||||
timeout={150}
|
timeout={150}
|
||||||
appear
|
appear
|
||||||
|
|
Loading…
Reference in a new issue