0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-16 01:28:32 +02:00

BF: Fixed members list layout when the scrollbar appears

This commit is contained in:
Emmanuel ROHEE 2014-09-05 15:37:51 +02:00
parent c407ed070c
commit 585e98fe2b

View file

@ -251,12 +251,14 @@ a:active { color: #000; }
.userAvatar .userAvatarImage {
position: absolute;
top: 0px;
object-fit: cover;
object-fit: cover;
width: 100%;
}
.userAvatar .userAvatarGradient {
position: absolute;
bottom: 20px;
width: 100%;
}
.userAvatar .userName {