Floating menu do not show up in the correct place.

Note:
Before bug reporting, please make sure you have tried the latest (alpha) version of BetterTouchTool and that you have already tried to restart your system :-). If you encounter a crash, please attach a crash log from the macOS Console.app's "Crash Reports" section.


Describe the bug
I want to set the floating menu 4 pixels below the notch. For some reason, it ends up being placed about 4 cm below the notch. The same thing happens when I set it to display relative to that screen. When I enable the option to drag the floating menu, I can't drag it above a certain point on the screen, as if there is an invisible boundary 4 cm from the top of the screen.


Affected input device (e.g. MacBook Trackpad, Magic Mouse/Trackpad, Touch Bar, etc.):


Screenshots
If applicable, add screenshots to help explain your problem. (You can just paste or drag them here)


Device information:

  • Type of Mac: MacBook Pro
  • macOS version: 26.2 (25C56)
  • BetterTouchTool version: 6.108 (2026012401)

Additional information (e.g. crash logs, related issues, etc.):

what is the size/height of your menu set to be?

I think the fit content option might cause this in some scenarios, can you try to set a fixed size?

I changed to "Define Min Width and Height in Pixels", and now the position is correct, but the size is not correct. I think that if I set a minimum size, it should be the minimum size of the content inside. Right now, there is a button which has a minimum width of 100 px and a minimum height of 50px, but I set the floating menu to 1 by 1 pixel. As a result, the entire menu is 1 by 1 pixel in size, even though it doesn't have a maximum limit. However, it should probably have the smallest possible size based on the content.

the minimum size defines just the size of the menu container as the content can be scrollable (so even a 1x1 menu could contain a 100x100 item)