mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[Lens] Add scrolling to inline editing example (#174368)
## Summary
The multi-panel flyout didn't allow the user to scroll the editing
controls. All better now 🩹
b06996de
-62ba-431a-9cb1-eb3c20be42ee
---------
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Stratoula Kalafateli <efstratia.kalafateli@elastic.co>
This commit is contained in:
parent
4842e42502
commit
791fdc5320
1 changed files with 2 additions and 0 deletions
|
@ -86,6 +86,7 @@ function InlineEditingContent({
|
|||
const style = css`
|
||||
padding: 0;
|
||||
position: relative;
|
||||
height: 100%;
|
||||
}
|
||||
`;
|
||||
|
||||
|
@ -104,6 +105,7 @@ function InlineEditingContent({
|
|||
`}
|
||||
direction="column"
|
||||
ref={containerRef}
|
||||
gutterSize="none"
|
||||
/>
|
||||
</EuiPanel>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue