mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 01:13:23 -04:00
Backports the following commits to 7.2: - [Infra + Logs UI] Fix autocomplete overflow in Safari browser (#36820)
This commit is contained in:
parent
5d4807f4ab
commit
e92604d84c
1 changed files with 2 additions and 1 deletions
|
@ -308,7 +308,8 @@ const SuggestionsPanel = euiStyled(EuiPanel).attrs({
|
|||
position: absolute;
|
||||
width: 100%;
|
||||
margin-top: 2px;
|
||||
overflow: hidden scroll;
|
||||
overflow-x: hidden;
|
||||
overflow-y: scroll;
|
||||
z-index: ${props => props.theme.eui.euiZLevel1};
|
||||
max-height: 322px;
|
||||
`;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue