Skip to content

Commit

Permalink
feat: updated filter tag and filter popover position (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fran McDade authored and Fran McDade committed Aug 26, 2024
1 parent 01ed245 commit a76e002
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/components/Filter/components/Filter/filter.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@ import { IconButton as DXIconButton } from "../../../common/IconButton/iconButto

export const FilterPopover = styled(Popover)`
.MuiPaper-menu {
margin: 0;
margin: 4px 0;
}
${mediaDesktopSmallDown} {
.MuiPaper-root {
background-color: ${smokeLight};
height: 100%;
margin: 0;
max-height: 100%;
overflow: visible; // required; allows backdrop button to render outside of drawer container.
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export const FilterTags = styled.span`
display: flex;
flex-wrap: wrap;
gap: 4px;
margin-bottom: 8px;
margin: 4px 0 8px;
padding: 0 8px;
&:last-child {
Expand Down

0 comments on commit a76e002

Please sign in to comment.