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