Merge pull request #2603 from omnivore-app/fix/web-progressbar-zindex

Lower the progress bar z-index so its below the mobile menu
This commit is contained in:
Jackson Harper 2023-08-04 21:41:40 +08:00 committed by GitHub
commit a89552fedb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -147,7 +147,7 @@ export const ProgressBarOverlay = (
borderBottomLeftRadius: props.bottomRadius,
borderBottomRightRadius: props.bottomRadius,
overflow: 'clip',
zIndex: 3,
zIndex: 2,
}}
>
<ProgressBar