File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
core_plugins/kibana/public/discover/styles Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 8
8
.discover-wrapper {
9
9
padding-right : 0px !important ;
10
10
padding-left : @collapser-width ;
11
+ z-index : @discoverWrapperDepth ;
11
12
}
12
13
13
14
.discover-content {
Original file line number Diff line number Diff line change 2
2
3
3
.collapsible-sidebar {
4
4
position : relative ;
5
- z-index : 1 ;
5
+ z-index : @discoverSidebarDepth ;
6
6
7
7
.sidebar-collapser {
8
8
position : absolute ;
Original file line number Diff line number Diff line change 1
1
/* *
2
2
* 1. The local nav contains tooltips which should pop over the filter bar.
3
3
* 2. The filter and local nav components should always appear above the dashboard grid items.
4
+ * 3. The filter and local nav components should always appear above the discover content.
5
+ * 4. The sidebar collapser button should appear above the main Discover content but below the top elements.
4
6
*/
5
- @filterBarDepth : 2 ; /* 1 */
6
- @localNavDepth : 3 ; /* 1 */
7
+ @filterBarDepth : 3 ; /* 1 */
8
+ @localNavDepth : 4 ; /* 1 */
7
9
@dashboardGridDepth : 1 ; /* 2 */
10
+ @discoverWrapperDepth : 1 ; /* 3 */
11
+ @discoverSidebarDepth : 2 ; /* 4 */
You can’t perform that action at this time.
0 commit comments