We should add a fixed right margin to all pages in which the vertical scroll bar isn't visible (ex: Trade and Liquidity Pool pages) so that when we change to another page in which the scroll bar is present (ex: Portfolio) the UI doesn't flicker.
The flickering happens because pages are centrally aligning UI components, and when the scroll bar appears the width of the page changes, and so does it's center.
We should add a fixed right margin to all pages in which the vertical scroll bar isn't visible (ex: Trade and Liquidity Pool pages) so that when we change to another page in which the scroll bar is present (ex: Portfolio) the UI doesn't flicker.
The flickering happens because pages are centrally aligning UI components, and when the scroll bar appears the width of the page changes, and so does it's center.