Skip to content

Commit

Permalink
[Lens] [Inline editing] Flyout gets too big fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mbondyra committed Jul 16, 2024
1 parent 4dca5f5 commit 9fc05c4
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 9fc05c4

Please sign in to comment.