Ensure that scroll down button is always on top of conversation

This commit is contained in:
Scott Nonnenberg 2018-08-08 09:40:28 -07:00
parent ae6876a153
commit d3629e53b3

View file

@ -426,6 +426,7 @@
}
.module-scroll-down {
z-index: 100;
position: absolute;
right: 20px;
bottom: 10px;