Merge pull request #2587 from omnivore-app/fix/web-progressbar-z-index

Lower the zindex for progress bars so they are under headers when scrolled
This commit is contained in:
Jackson Harper 2023-08-03 21:05:20 +08:00 committed by GitHub
commit c6c26ed3ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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