From eb3434ef8ff807297abffc3f6381a905ac6e8359 Mon Sep 17 00:00:00 2001 From: Nikolay Vasilchuk Date: Sat, 26 Oct 2024 19:09:25 +0300 Subject: [PATCH] overlay size --- web/share/www/nfqws/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/share/www/nfqws/style.css b/web/share/www/nfqws/style.css index ba819a9..fd96c05 100644 --- a/web/share/www/nfqws/style.css +++ b/web/share/www/nfqws/style.css @@ -447,7 +447,7 @@ footer { #overlay { position: absolute; top: 0; - bottom: 0; + bottom: 50px; left: 0; right: 0; background: var(--color-bg);