Browse Source

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

master
Leonard Kim 8 years ago
parent
commit
5e4d3de8fd
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      css/_vertical_filmstrip_overrides.scss

+ 1
- 1
css/_vertical_filmstrip_overrides.scss View File

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

Loading…
Cancel
Save