Skip to content

Commit

Permalink
[Dashboard] Fixes hidden add panel popover on smaller viewports (elas…
Browse files Browse the repository at this point in the history
…tic#178593)

(cherry picked from commit be12500)
  • Loading branch information
cqliu1 committed Mar 15, 2024
1 parent 9473042 commit 5599116
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.dshSolutionToolbar__editorContextMenu {
@include euiScrollBar;
@include euiOverflowShadow;
max-height: 60vh;
overflow-y: scroll;
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
* Side Public License, v 1.
*/

import './editor_menu.scss';

import React, { useCallback, useEffect, useMemo, useState, useRef } from 'react';
import {
EuiBadge,
Expand Down

0 comments on commit 5599116

Please sign in to comment.