forked from Alex/Pterodactyl-Panel
ui: fix ProgressBar being covered by admin sidebar
This commit is contained in:
parent
2352ef0369
commit
5946210e18
@ -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 New Issue
Block a user