Fix circle button CSS bugs

Framework7
Skylar Ittner 6 years ago
parent 1561008dd4
commit 5c440f6d9e

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

Loading…
Cancel
Save