Skip to content

Commit d3640b4

Browse files
committed
Do not use a sticky header
1 parent 85c2fb6 commit d3640b4

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

  • layouts/Application/components/Header

layouts/Application/components/Header/style.css

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
.AppHeader {
22
box-sizing: border-box;
33
padding: 1em 0;
4-
position: sticky;
5-
top: 0;
6-
width: 100%;
7-
z-index: 1;
84

95
color: var(--c-gray-12);
10-
11-
backdrop-filter: blur(4px) saturate(120%);
126
}
137

148
.Menu {

0 commit comments

Comments
 (0)