Feed funktioniert, infinite scroll funktioniert nicht mehr

This commit is contained in:
MisbehavedNinjaRadiator 2025-06-28 16:44:48 +02:00 committed by MisbehavedNinjaRadiator
parent c1d8e6b483
commit ea2d36de1c
3 changed files with 116 additions and 66 deletions

View file

@ -1,9 +1,7 @@
.feedContainer {
display: flex;
flex-direction: column;
height: 100vh;
overflow: hidden;
min-height: calc(100vh - var(--Header-height));
background-color: #f9f9f9;
}