Skip to content

Commit

Permalink
Merge pull request stakwork#2330 from saithsab877/TLDR-Background-All…
Browse files Browse the repository at this point in the history
…ows-Click

`TLDR` Background Allows Clicks Behind `Modals`
  • Loading branch information
Rassl authored Nov 1, 2024
2 parents 16f6059 + 4ca562f commit cc97eb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/App/AppBar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const Header = styled(Flex).attrs({
left: 64px;
right: 32px;
transition: opacity 1s;
z-index: 99;
z-index: 1;
padding: 20px 23px;
`

Expand Down
2 changes: 1 addition & 1 deletion src/components/App/MainToolbar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ const Wrapper = styled(Flex).attrs({
justify: 'flex-start',
})`
flex: 0 0 64px;
z-index: 31;
z-index: 1;
transition: opacity 1s;
background: ${colors.BG2};
position: relative;
Expand Down

0 comments on commit cc97eb6

Please sign in to comment.