page static region third not sticky

This commit is contained in:
2022-01-28 15:13:08 +01:00
parent a77a1a9b0d
commit 5000390f23
2 changed files with 4 additions and 7 deletions
@@ -122,9 +122,9 @@
display: flex;
flex-direction: column;
width: 70%;
position: -webkit-sticky;
position: sticky;
top: 9rem;
// position: -webkit-sticky;
// position: sticky;
// top: 9rem;
@media (max-width: 810px){
margin: auto;
}