fix(filmstrip): re-adjust z-indexes for tooltip display
This commit is contained in:
parent
1b7973a28e
commit
5e4d3de8fd
|
@ -22,7 +22,7 @@
|
|||
* clickable but its inline dialogs must display over the video state
|
||||
* indicator when videos are displayed.
|
||||
*/
|
||||
z-index: calc(#{$tooltipsZ} + 1);
|
||||
z-index: $tooltipsZ;
|
||||
|
||||
&.hide-videos {
|
||||
z-index: calc(#{$tooltipsZ} - 1);
|
||||
|
|
Loading…
Reference in New Issue