Skip to content

Commit

Permalink
Fix header zIndex
Browse files Browse the repository at this point in the history
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
  • Loading branch information
skjnldsv committed Feb 26, 2019
1 parent d42cd7d commit c0cec50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Modal/Modal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ export default {
left: 0;
width: 100%;
height: 44px;
z-index: 10000;
z-index: 10001;
display: flex;
align-items: center;
justify-content: center;
Expand Down

0 comments on commit c0cec50

Please sign in to comment.