[Frontend] Fixed z-index of .primary-pane

open #470
(cherry picked from commit 6bdcce0)
This commit is contained in:
Charles Hacskaylo
2016-01-11 15:17:12 -08:00
parent acb2a2da12
commit c57cb43462
3 changed files with 3 additions and 3 deletions

View File

@@ -4777,7 +4777,7 @@ span.req {
line-height: 24px; }
/* line 133, ../../../../general/res/sass/user-environ/_layout.scss */
.pane .primary-pane {
z-index: 2; }
z-index: 4; }
/* line 138, ../../../../general/res/sass/user-environ/_layout.scss */
.pane .mini-tab-icon.toggle-pane {
z-index: 5; }