Is it possible to create a right menu in vFlow?

Is it possible to create a right menu in vFlow?

@vipin.verma

As per the basic configuration, The menu bar is placed on left side itself.

But yes we can use CSS(Cascading Style Sheets) to make it to right side of the screen. And then we can apply that CSS in vFlow.
For instance:
We can make changes by applying id, margin and other required field.

div[data-id="1689076803927550"] .hamburger-menu{margin-left:30rem;}

This image is for reference where we can apply CSS on application level.