Skip to content

Commit

Permalink
[polish] Fix bottom-most button not having a right-anchored popover
Browse files Browse the repository at this point in the history
  • Loading branch information
cee-chen committed Aug 4, 2023
1 parent 0fce843 commit 17b8c62
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ export const euiCollapsibleNavBetaStyles = (euiThemeContext: UseEuiTheme) => {

return {
euiCollapsibleNavBeta: css`
/* This extra padding is needed for EuiPopovers to have enough
space to render with the right anchorPosition */
${logicalCSS('padding-bottom', euiTheme.size.xs)}
.euiFlyoutFooter {
background-color: ${euiTheme.colors.emptyShade};
${logicalCSS('border-top', euiTheme.border.thin)}
Expand Down

0 comments on commit 17b8c62

Please sign in to comment.