From 0d76cd4794255685596bcf63e73dfcce7cb56c8e Mon Sep 17 00:00:00 2001 From: alexspeaker Date: Wed, 4 Feb 2026 00:57:11 +0100 Subject: [PATCH] FIX: la navbar e il footer venivano oscurati dal loader --- css/style.css | 5 +++-- data/changelog.xml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/css/style.css b/css/style.css index aa55434..829ff9d 100644 --- a/css/style.css +++ b/css/style.css @@ -342,8 +342,9 @@ button#playPauseBtn { border: none; } -.footer { - z-index: 1; +.footer, +.header { + z-index: 1000; } .footer>.menu-section { diff --git a/data/changelog.xml b/data/changelog.xml index 2cf0816..6d2a52d 100644 --- a/data/changelog.xml +++ b/data/changelog.xml @@ -3,7 +3,7 @@ - 2.2.0 + 2.2.0 (a) E' stato reintrodotto la schermata di caricamento ad ogni selezione di ogni pagina dell'applicazione Correzione e bugfix di problematiche varie.