Skip to content

Commit

Permalink
fix: make main page sticky
Browse files Browse the repository at this point in the history
  • Loading branch information
chybisov committed Nov 24, 2022
1 parent 9f16b7f commit 7466c8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const IconButton = styled(MuiIconButton)(({ theme }) => ({
theme.palette.mode === 'light'
? theme.palette.grey[300]
: theme.palette.grey[800],
zIndex: 1200,
zIndex: 1100,
padding: theme.spacing(0.5),
'&:hover': {
backgroundColor:
Expand Down
1 change: 1 addition & 0 deletions packages/widget/src/utils/navigationRoutes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export const navigationRoutesValues = Object.values(navigationRoutes);
export const stickyHeaderRoutes = [
navigationRoutes.activeSwaps,
navigationRoutes.fromChain,
navigationRoutes.home,
navigationRoutes.selectWallet,
navigationRoutes.settings,
navigationRoutes.swapDetails,
Expand Down

0 comments on commit 7466c8f

Please sign in to comment.