Skip to content

Commit

Permalink
Do not use a sticky header
Browse files Browse the repository at this point in the history
  • Loading branch information
sergioalvz committed Jul 5, 2024
1 parent 85c2fb6 commit d3640b4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions layouts/Application/components/Header/style.css
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
.AppHeader {
box-sizing: border-box;
padding: 1em 0;
position: sticky;
top: 0;
width: 100%;
z-index: 1;

color: var(--c-gray-12);

backdrop-filter: blur(4px) saturate(120%);
}

.Menu {
Expand Down

0 comments on commit d3640b4

Please sign in to comment.