fix comedy scrolling parallax avatar initial bug

This commit is contained in:
Matthew Hodgson 2015-11-09 12:41:23 +00:00
parent 66add5673b
commit 1f69760173
2 changed files with 5 additions and 1 deletions

View file

@ -23,4 +23,8 @@ limitations under the License.
position: absolute;
color: #fff;
text-align: center;
}
.mx_MemberAvatar_wrapper {
position: relative;
}