ClinicWave / clinicwave-frontend

2 stars 1 forks source link

Add Full-Screen Styling for Root Element #5

Closed aamirxshaikh closed 3 months ago

aamirxshaikh commented 3 months ago

Description:

This pull request introduces full-screen styling adjustments to the root element of the application. It updates the CSS to ensure that the application occupies the entire viewport height and width.

Changes:

Purpose:

The purpose of this pull request is to enhance the layout of the application by ensuring that the root element uses the full viewport height and width. This resolves issues related to partial screen rendering and improves the overall user experience by providing a consistent full-screen display.