Skip to content

Commit

Permalink
[Lens] [Inline editing] Flyout gets too big fix (#188451)
Browse files Browse the repository at this point in the history
## Summary

Fixes #188330 

Caused by eui upgrade:
elastic/eui@b1370af

It's an ugly solution, but I couldn't find any other :( 

After the fix:

<img width="1258" alt="Screenshot 2024-07-16 at 17 09 44"
src="https://github.com/user-attachments/assets/d0678e23-d7bd-4e18-b906-a0202c4aaadc">
  • Loading branch information
mbondyra authored Jul 16, 2024
1 parent 01a62b0 commit e53712d
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,10 @@
pointer-events: auto;
}
}
}

.lnsEditFlyoutBody {
.euiFlyoutBody__overflow {
transform: initial;
}
}

0 comments on commit e53712d

Please sign in to comment.