From 5c440f6d9e4f9953abb7e6bdcef5ac14a4d9ebc5 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Tue, 27 Mar 2018 16:30:36 -0600 Subject: [PATCH] Fix circle button CSS bugs --- www/css/app.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/css/app.css b/www/css/app.css index 5ce2415..2d4ddb9 100644 --- a/www/css/app.css +++ b/www/css/app.css @@ -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 {