From 4888627d073784a9e269105e0fa1c8305dc6d55b Mon Sep 17 00:00:00 2001 From: xemeds Date: Sat, 25 Jul 2020 18:43:32 +0000 Subject: [PATCH] Fixed the footer going on top of the url form on mobile --- tiny0/static/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/tiny0/static/style.css b/tiny0/static/style.css index 71eddc9..5b8c7c2 100644 --- a/tiny0/static/style.css +++ b/tiny0/static/style.css @@ -40,6 +40,7 @@ body { position: absolute; left: 0; right: 0; + z-index: 100; background-color: #2c2c2c; border-radius: 8px; padding: 30px 0px;