Skip to content

Commit b158b9d

Browse files
committed
Fix margin bottom
1 parent e32e8be commit b158b9d

File tree

1 file changed

+1
-1
lines changed
  • packages/twenty-front/src/modules/ui/layout/dropdown/components

1 file changed

+1
-1
lines changed

packages/twenty-front/src/modules/ui/layout/dropdown/components/Dropdown.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export const Dropdown = ({
9292
middleware: [
9393
flip(),
9494
size({
95-
padding: 20,
95+
padding: 12 + 20, // 12px for padding bottom, 20px for dropdown bottom margin target
9696
apply: ({ availableHeight }) => {
9797
flushSync(() => setMaxHeight(availableHeight));
9898
},

0 commit comments

Comments
 (0)