fixed overscroll

This commit is contained in:
Didictateur 2026-02-23 14:45:00 +01:00
parent 641ef70f9d
commit 9b218d189f
2 changed files with 4 additions and 0 deletions

View file

@ -30,6 +30,9 @@
padding: 1rem 0;
margin-bottom: 2rem;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
position: sticky;
top: 0;
z-index: 1000;
}
.menu ul {

View file

@ -11,6 +11,7 @@ body {
background: radial-gradient(circle at center, #1a5c1a 0%, #0d3d0d 100%);
background-attachment: fixed;
font-family: Arial, sans-serif;
overscroll-behavior: none;
}
/* Brillance subtile */