Skip to content

Commit

Permalink
app: Fix z-index of Titlebar
Browse files Browse the repository at this point in the history
  • Loading branch information
evanpurkhiser committed Dec 31, 2020
1 parent 9aca168 commit 67c9f4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/renderer/components/Titlebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ const Toolbar = () => (

const Container = styled('header')`
position: sticky;
z-index: 1;
top: 0;
height: 36px;
padding: 0 0.5rem;
Expand Down

0 comments on commit 67c9f4d

Please sign in to comment.