fixed overscroll
This commit is contained in:
parent
641ef70f9d
commit
9b218d189f
2 changed files with 4 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue