Skip to content

Commit

Permalink
fix: Set z-index on Account component so it's on top of other content (
Browse files Browse the repository at this point in the history
…scaffold-eth#43)

Co-authored-by: Shravan Sunder <[email protected]>
  • Loading branch information
grothem and ShravanSunder authored Jan 6, 2022
1 parent 47b46e8 commit db74761
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export const MainPageHeader: FC<IMainPageHeaderProps> = (props) => {
* 👨‍💼 Your account is in the top right with a wallet at connect options
*/
const right = (
<div style={{ position: 'fixed', textAlign: 'right', right: 0, top: 0, padding: 10 }}>
<div style={{ position: 'fixed', textAlign: 'right', right: 0, top: 0, padding: 10, zIndex: 1 }}>
<Account
createLoginConnector={props.scaffoldAppProviders.createLoginConnector}
ensProvider={props.scaffoldAppProviders.mainnetProvider}
Expand Down

0 comments on commit db74761

Please sign in to comment.