FIX: la navbar e il footer venivano oscurati dal loader

This commit is contained in:
2026-02-04 00:57:11 +01:00
parent 3619ababf2
commit 0d76cd4794
2 changed files with 4 additions and 3 deletions

View File

@@ -342,8 +342,9 @@ button#playPauseBtn {
border: none;
}
.footer {
z-index: 1;
.footer,
.header {
z-index: 1000;
}
.footer>.menu-section {