Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down