Skip to content

Commit

Permalink
toast should have higher z-index than modal (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
l3satwik authored and ritz078 committed Sep 25, 2018
1 parent a53ae90 commit 11151b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/styles/Modal.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ export const modalContainer = css({
justifyContent: "center",
overflowY: "scroll",
WebkitOverflowScrolling: "touch",
zIndex: 99999
zIndex: 99998
});

1 comment on commit 11151b1

@vercel
Copy link

@vercel vercel bot commented on 11151b1 Sep 25, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully aliased the URL https://pebble-ejyykmbqsv.now.sh to the following alias.

Please sign in to comment.