Hier ist der HTML-Code:
Code: Select all
Code: Select all
.container{
border: 10px solid red;
position: sticky;
}
.content{
height: 500px;
overflow: scroll;
}
Wenn ich scrolle, bleibt der obere Rand nicht hängen.
Code: Select all
Code: Select all
.container{
border: 10px solid red;
position: sticky;
}
.content{
height: 500px;
overflow: scroll;
}