fix(filmstrip): re-adjust z-indexes for tooltip display

This commit is contained in:
Leonard Kim
2017-08-15 14:36:53 -05:00
committed by yanas
parent 1b7973a28e
commit 5e4d3de8fd
+1 -1
View File
@@ -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);