prevent floating button from getting hidden behind other components

This commit is contained in:
psychobunny
2015-08-26 11:56:03 -04:00
parent 92f9553033
commit 0cb722b9fa

View File

@@ -51,6 +51,7 @@
position: fixed;
right: 30px;
bottom: 30px;
z-index: 1;
}
.user-img {