[frontend/components] Fix notification list visually jumping
This commit is contained in:
parent
3eb80a0954
commit
b0af6307f3
1 changed files with 5 additions and 3 deletions
|
@ -1,7 +1,4 @@
|
||||||
.scroller {
|
.scroller {
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
flex-direction: column;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
overscroll-behavior-y: contain;
|
overscroll-behavior-y: contain;
|
||||||
|
@ -14,6 +11,7 @@
|
||||||
padding-left: 0.5rem;
|
padding-left: 0.5rem;
|
||||||
padding-right: 0.5rem;
|
padding-right: 0.5rem;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
margin: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.loading {
|
.loading {
|
||||||
|
@ -26,5 +24,9 @@
|
||||||
::deep {
|
::deep {
|
||||||
.scroll-end {
|
.scroll-end {
|
||||||
height: 3rem;
|
height: 3rem;
|
||||||
|
margin: auto;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue