From 4ed536dacccd422a4e40b16a5e1030b5ba293a47 Mon Sep 17 00:00:00 2001 From: Marie Birner Date: Wed, 21 Feb 2024 15:58:07 +0100 Subject: [PATCH] [TASK] add z-index btn-container --- templates/static/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/static/style.css b/templates/static/style.css index 932305e..117aec3 100644 --- a/templates/static/style.css +++ b/templates/static/style.css @@ -138,6 +138,7 @@ body > footer { } .btn-container { position: fixed; + z-index: 1; bottom: 0rem; right: 0rem; padding: 1rem;