better handling on web player for local
This commit is contained in:
@@ -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 */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user