[Frontend] Fixed z-index of .primary-pane
open #470
(cherry picked from commit 6bdcce0)
This commit is contained in:
@@ -132,7 +132,7 @@
|
||||
|
||||
.primary-pane {
|
||||
// Need to lift up this pane to ensure that 'collapsed' panes don't block user interactions
|
||||
z-index: 2;
|
||||
z-index: 4;
|
||||
}
|
||||
|
||||
.mini-tab-icon.toggle-pane {
|
||||
|
||||
Reference in New Issue
Block a user