wrappid / wrappid-app

A frontend boilerplate template application built for using Wrappid framework, which enables simultaneous development of web and mobile application
https://www.github.com/wrappid
MIT License
12 stars 6 forks source link

Incorrect width of the boilerplate template #14

Closed aitijhyasarkar closed 8 months ago

aitijhyasarkar commented 8 months ago

Describe the bug

The frontend boilerplate template has a style applied with width: 100vw !important to the mother container. It seems this might be translated from the CoreStack tag, where the width is specified as W_100. However, this causes the entire web app to exceed the screen width slightly, forcing users to scroll horizontally to view the full content.

Expected behavior

The width should be set to width: 100% to perfectly fit the content within the screen without the need for horizontal scrolling.

Environment Details

Desktop:

aitijhyasarkar commented 8 months ago

In the updated framework, it got solved!