I made a floating menu box that shows up when I press the pause button. I used the FloatView1 extension for this. But there's a problem — when I tap the resume button, it doesn't work. However, if I hold it, I can drag the whole menu box.
Is the extension I used correct, or did I just do something wrong?
Sorry, I'm still new to using extensions.
Now I see what the problem is. The problem is that when I use AbsoluteArrangement as the layout for the menubar, it becomes draggable. But if I use VerticalArrangement, it works normally.