Latest solutions
Latest comments
- @stephenbliz@gitahievans
Hi @stephenbliz. Would you want to remove the horizontal scrolling in the app? The cause might be setting the width in the body using 'vw' (width: 100vw) which causes the app to extend beyond the screen's width. You could try setting it to a percentage value (e.g width: 100%).