You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the server starts and the webpage loads, the UI is not compact, causing horizontal scrolling (left-to-right) along with vertical scrolling. The webpage content does not fit properly within the browser window.
The issue seems to be related to improper layout or CSS styles, leading to overflow in the horizontal direction.
Key elements like the menu bar and other components contribute to the layout issue, making the user interface less responsive.
To Reproduce
Start the server using the appropriate command.
Open the webpage in a browser (e.g., Chrome).
Resize the browser window or inspect the layout on different screen sizes.
Observe the horizontal scrolling issue.
Expected behaviour
The webpage should render in a compact and responsive manner, fitting the browser window's width. Horizontal scrolling should not occur, and the layout should adjust dynamically to prevent overflow.
The text was updated successfully, but these errors were encountered:
🐞 Bug Report
Describe the bug
To Reproduce
Expected behaviour
The text was updated successfully, but these errors were encountered: