Skip to content

Commit

Permalink
Fix channel icons overlap
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouzi committed Feb 26, 2017
1 parent b98a794 commit 79fe6d9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions webapp/sass/responsive/_tablet.scss
Expand Up @@ -127,6 +127,15 @@
top: auto;
}
}

&.move--left,
&.webrtc--show,
&.move--right {
.header-list__right {
// hide it behind the RHS
z-index: -1;
}
}
}
}

Expand Down

0 comments on commit 79fe6d9

Please sign in to comment.