diff --git a/x-pack/platform/plugins/shared/lens/public/react_embeddable/mount.tsx b/x-pack/platform/plugins/shared/lens/public/react_embeddable/mount.tsx index 20940c2c2bb26..a60664aa47140 100644 --- a/x-pack/platform/plugins/shared/lens/public/react_embeddable/mount.tsx +++ b/x-pack/platform/plugins/shared/lens/public/react_embeddable/mount.tsx @@ -59,13 +59,11 @@ export const mountInlinePanel = async ({ // styles needed to display extra drop targets that are outside of the config panel main area while also allowing to scroll vertically const inlineFlyoutStyles = ({ euiTheme }: UseEuiTheme) => ` - clip-path: polygon(-100% 0, 100% 0, 100% 100%, -100% 100%); + clip-path: none; max-inline-size: 640px; min-inline-size: 256px; background:${euiTheme.colors.backgroundBaseSubdued}; - @include euiBreakpoint('xs', 's', 'm') { - clip-path: none; - } + .kbnOverlayMountWrapper { padding-left: 400px; margin-left: -400px;