Skip to content

Commit

Permalink
fix: z-index for dark theme popover (deriv-com#8051)
Browse files Browse the repository at this point in the history
  • Loading branch information
thisyahlen-deriv authored Apr 5, 2023
1 parent f70bf56 commit 90ea903
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ const TradingHubFooter = ({
/>
)}
<div className='footer__links--dark-mode'>
<Popover alignment='top' message='Change theme'>
<Popover alignment='top' message='Change theme' zIndex={9999}>
{is_dark_mode ? (
<LightModeToggleIcon onClick={changeTheme} />
) : (
Expand Down

0 comments on commit 90ea903

Please sign in to comment.