VehicleActionDrawer.qml: Minor: Add the AnchoringChanges for Desktop
This commit does
- Makes the code much more neater by the introduction of states
- The anchoring of the actions is at the bottom in mobile and at top for desktop
- This issue was happening because the scrollbar function was in a binding loop when it is being launched which contradicts an if statement which causes #15 (closed).
- This would make the UI more attractive for desktop
Edited by Akshay Nair