Skip to content

Commit be12500

Browse files
authored
[Dashboard] Fixes hidden add panel popover on smaller viewports (elastic#178593)
1 parent f1e093e commit be12500

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
.dshSolutionToolbar__editorContextMenu {
2+
@include euiScrollBar;
3+
@include euiOverflowShadow;
4+
max-height: 60vh;
5+
overflow-y: scroll;
6+
}

src/plugins/dashboard/public/dashboard_app/top_nav/editor_menu.tsx

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
* Side Public License, v 1.
77
*/
88

9+
import './editor_menu.scss';
10+
911
import React, { useCallback, useEffect, useMemo, useState, useRef } from 'react';
1012
import {
1113
EuiBadge,

0 commit comments

Comments
 (0)