mirror of
https://github.com/nasa/openmct.git
synced 2025-01-30 16:13:53 +00:00
[Frontend] Fixed z-index of .primary-pane
open #470 Cherry-pick this commit into nem_prototype branch;
This commit is contained in:
parent
2a74117294
commit
6bdcce033c
@ -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 {
|
||||
|
@ -4880,7 +4880,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; }
|
||||
|
@ -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; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user