Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

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 @@ -49,6 +49,11 @@ $swatch-gap: 12px;
}

.block-editor-panel-color-gradient-settings__dropdown-content {
// Set minimum height to prevent content from being squashed when
// the popover is triggered near the bottom of the page, and flip
// the position accordingly.
min-height: 160px;

.block-editor-color-gradient-control__panel {
$panelPadding: $grid-unit-20;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,6 @@ const popoverProps = {
placement: 'left-start',
offset: 36,
shift: true,
flip: true,
resize: false,
};

const { Tabs } = unlock( componentsPrivateApis );
Expand Down
Loading