mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
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:
commit
c6c26ed3ab
1 changed files with 1 additions and 1 deletions
|
|
@ -145,7 +145,7 @@ export const ProgressBarOverlay = (
|
|||
borderBottomLeftRadius: props.bottomRadius,
|
||||
borderBottomRightRadius: props.bottomRadius,
|
||||
overflow: 'clip',
|
||||
zIndex: 20,
|
||||
zIndex: 3,
|
||||
}}
|
||||
>
|
||||
<ProgressBar
|
||||
|
|
|
|||
Loading…
Reference in a new issue