Skip to content

Commit

Permalink
feat(Assistant): Adjust search result height in flagshipApp
Browse files Browse the repository at this point in the history
  • Loading branch information
JF-Cozy committed Oct 9, 2024
1 parent a90573d commit 39ad442
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/assistant/ResultMenu/ResultMenu.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ const ResultMenu = ({ onClick, onClose }) => {
disableAutoFocus
hideBackdrop
componentsProps={{
dialogTitle: { style: { height: '6.5rem' } },
dialogTitle: {
style: { height: 'calc(6.5rem + var(--flagship-top-height, 0px))' }
},
divider: { className: 'u-dn' }
}}
title={' '}
Expand Down

0 comments on commit 39ad442

Please sign in to comment.