FloatingPlayer: Fix close button not working when AutoplayCountdown is visible.
## Issue 5221: floating player won't close during autoplay countdown ## Change Change the z-index when hover to ensure it is really on top of everything.
This commit is contained in:
parent
e677fa21d5
commit
cbac21746f
1 changed files with 1 additions and 1 deletions
|
@ -15,11 +15,11 @@
|
||||||
height: calc(var(--floating-viewer-height) + var(--floating-viewer-info-height));
|
height: calc(var(--floating-viewer-height) + var(--floating-viewer-info-height));
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
left: calc(var(--spacing-l) + var(--spacing-s));
|
left: calc(var(--spacing-l) + var(--spacing-s));
|
||||||
z-index: 9999;
|
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
.content__floating-close {
|
.content__floating-close {
|
||||||
visibility: visible;
|
visibility: visible;
|
||||||
|
z-index: 9999;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue