v0.7.23 - Remove sticky positioning from main header to prevent floating behavior

This commit is contained in:
Your Name
2025-10-15 19:22:42 -04:00
parent b6749eff2f
commit 18b0ac44bf
3 changed files with 4 additions and 6 deletions

View File

@@ -43,8 +43,6 @@ body {
background-color: var(--secondary-color);
padding: 15px 20px;
position: sticky;
top: 0;
z-index: 100;
max-width: 1200px;
margin: 0 auto;

View File

@@ -1 +1 @@
33760
40725

File diff suppressed because one or more lines are too long