Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
M-Farmaha committed Jan 21, 2024
1 parent 7dc672b commit cb3dcc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/AppBar/AppBar-styled.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ export const Header = styled.header`
display: flex;
justify-content: center;
height: 100px;
/* position: fixed;
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 999; */
z-index: 999;
background-color: rgba(255, 255, 255, 0.8);
/* backdrop-filter: blur(8px); */
box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 15px 0px;
Expand Down

0 comments on commit cb3dcc3

Please sign in to comment.