fix: Adjusts z-index video player overlays (#740)
A regression was introduced that caused the video timeline overlay to override the z-index of the player bar causing the player controls to not work as expected. This resolves the issue by adjusting the z-index of both the player container as well as the disabled overlay for when controls are disabled. Resolved AB#18202
Esse commit está contido em:
@@ -72,7 +72,7 @@
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: 2;
|
||||
z-index: 3;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -185,7 +185,6 @@
|
||||
top: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: 1;
|
||||
|
||||
.video-timeline {
|
||||
&-tagged,
|
||||
|
||||
Referência em uma Nova Issue
Bloquear um usuário