better handling on web player for local

This commit is contained in:
2026-01-02 19:17:56 +01:00
parent 942cab2f25
commit f72fff982c
4 changed files with 274 additions and 66 deletions

View File

@@ -76,7 +76,7 @@ body.stop-scrolling {
display: flex;
justify-content: space-between;
align-items: center;
z-index: 20;
z-index: 60;
background: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%, transparent 100%);
pointer-events: none; /* Permite clickear el video a través del header vacío */
transition: opacity 0.3s ease;
@@ -245,7 +245,7 @@ body.stop-scrolling {
align-items: center;
justify-content: center;
cursor: pointer;
z-index: 30; /* Encima del video */
z-index: 60; /* Encima del video */
transition: all 0.3s ease;
opacity: 0; /* Invisibles por defecto */
}