ui: fix ProgressBar being covered by admin sidebar

This commit is contained in:
Matthew Penner 2021-01-08 08:41:39 -07:00
parent 2352ef0369
commit 5946210e18

View file

@ -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