[frontend/components] Fix notification list visually jumping

This commit is contained in:
Lilian 2025-02-18 21:43:50 +01:00
parent 3eb80a0954
commit b0af6307f3
No known key found for this signature in database

View file

@ -1,7 +1,4 @@
.scroller {
display: flex;
align-items: center;
flex-direction: column;
width: 100%;
overflow-x: auto;
overscroll-behavior-y: contain;
@ -14,6 +11,7 @@
padding-left: 0.5rem;
padding-right: 0.5rem;
width: 100%;
margin: auto;
}
.loading {
@ -26,5 +24,9 @@
::deep {
.scroll-end {
height: 3rem;
margin: auto;
display: flex;
align-items: center;
justify-content: center;
}
}