mirror of
https://github.com/twentyhq/twenty.git
synced 2025-01-06 03:45:15 +03:00
* Fix overlay positioning for 'Sort,' 'Filter,' and 'Options' menus * Fix according to review --------- Co-authored-by: Charles Bochet <charles@twenty.com>
This commit is contained in:
parent
7af306792b
commit
b2dd868046
@ -48,7 +48,7 @@ export const DropdownButton = ({
|
||||
|
||||
const { refs, floatingStyles } = useFloating({
|
||||
placement: dropdownPlacement,
|
||||
middleware: [flip(), offset()],
|
||||
middleware: [flip(), offset({ mainAxis: 8, crossAxis: 0 })],
|
||||
});
|
||||
|
||||
const handleHotkeyTriggered = () => {
|
||||
|
Loading…
Reference in New Issue
Block a user