forked from MirrorHub/synapse
BF: Fixed members list layout when the scrollbar appears
This commit is contained in:
parent
c407ed070c
commit
585e98fe2b
1 changed files with 3 additions and 1 deletions
|
@ -252,11 +252,13 @@ a:active { color: #000; }
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0px;
|
top: 0px;
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.userAvatar .userAvatarGradient {
|
.userAvatar .userAvatarGradient {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 20px;
|
bottom: 20px;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.userAvatar .userName {
|
.userAvatar .userName {
|
||||||
|
|
Loading…
Reference in a new issue