Fix circle button CSS bugs

This commit is contained in:
Skylar Ittner 2018-03-27 16:30:36 -06:00
parent 1561008dd4
commit 5c440f6d9e

View File

@ -135,10 +135,11 @@ html, body {
border-radius: 50%;
height: 5rem;
width: 5rem;
position: absolute;
position: fixed;
bottom: 0;
right: 0;
margin: 2rem;
z-index: 99999;
}
.circle-btn img {