Skip to content

Commit

Permalink
Merge pull request #12470 from brave/fixed-network-selector-z-index
Browse files Browse the repository at this point in the history
fix(wallet): Network Selector zIndex
  • Loading branch information
Douglashdaniel authored Mar 3, 2022
2 parents 5ee6cfa + c6627fa commit df157e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ export const DropDown = styled.div`
position: absolute;
top: 30px;
left: 0px;
z-index: 10;
z-index: 12;
`

0 comments on commit df157e6

Please sign in to comment.