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

This commit is contained in:
Leonard Kim 2017-08-14 19:04:43 -07:00 committed by yanas
parent 1b7973a28e
commit 5e4d3de8fd
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
* clickable but its inline dialogs must display over the video state * clickable but its inline dialogs must display over the video state
* indicator when videos are displayed. * indicator when videos are displayed.
*/ */
z-index: calc(#{$tooltipsZ} + 1); z-index: $tooltipsZ;
&.hide-videos { &.hide-videos {
z-index: calc(#{$tooltipsZ} - 1); z-index: calc(#{$tooltipsZ} - 1);