Flip Feedback Widget Button

Hi there,

In the app I am creating I want to manualle add a simple feedback system. I want to have a widget (feedback button) floating at the right side of the screen.

I tried to use a floating group with a Text element that has a rotation angle of 270 degrees. The thing is that this rotation does not work properly. The selection square is still not rotated. This causes that I can’t place this text element into the correctly sized floating group.

What can I do to fix this, without having to create an image for it?
Editor:
image

Preview:

Try to manually manipulate the “X” position value for the text

grafik

Bubble uses the horizontal orientation to reference text size even when they are rotated. In your case simply adjusting the X or Y position of the text element in the floating group should work.
Heres how i make it work