Skip to content

Commit

Permalink
Fix MuiList outside Popper elements (#896)
Browse files Browse the repository at this point in the history
  • Loading branch information
vmilan authored Jul 29, 2024
1 parent cf861c9 commit cfff782
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Not released

- Fix MuiList outside Popper elements [#896](https://github.com/CartoDB/carto-react/pull/896)

## 3.0.0

### 3.0.0-alpha.16 (2024-07-26)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export const navigationOverrides = {
root: ({ theme }) => ({
paddingTop: 0,

'.MuiPopover-root &, .MuiPopper-root &, .MuiPaper-root &': {
'.MuiPopover-root &, .MuiPopper-root &, .base-Popper-root &': {
minWidth: theme.spacing(8), // 64px, defined by design
maxHeight: theme.spacing(39), // 312px, defined by design
overflowY: 'auto',
Expand Down

0 comments on commit cfff782

Please sign in to comment.