Hello everyone, I wanna ask something in mobile application development.
So i have created a menu block sidebar with default settings from Outsystems, I want to move the sidebar to appear from the left side to the right side of the screen.
Since there is no required input variable I guess I can modify the source via CSS. But I don't know which CSS codes/lines that affecting this component? Has anyone already done this before? Thanks for your kindly responses.
Regards.
Aditya Eka Prabowo wrote:
Hi Aditya Eka Prabowo,
You can use the below css in menu block
SyntaxEditor Code Snippet
.app-menu-container{ direction:rtl; }
Ellakkiya Selvadurai wrote:
technically, it worked to appear on the right side of the screen. but the swipe animation seems did not working properly, and the component became inverted.. any suggest on this? or maybe an alternative to do move the menu block, reference are welcome.
Hi, Is there a way to do this?
Nhorwin John Villano wrote:
Hi Nhorwin, it's been awhile since I created this post.
If you're asking is there a way, it can be swapped to the right position with this CSS:
but the animation doesn't seem right, you will need an extra effort to fix the animation there. I don't have the ultimate solving problem for that yet.