The bottom navigation bar is overlapping the login content on certain screen sizes and resolutions. This affects usability, as important actions (like buttons and links) become partially hidden or hard to interact with.
The bottom navigation bar should:
-
Stay fixed without overlapping the main content, or
-
Push the content above it with proper spacing (padding/margin), or
-
Be responsive and reposition itself based on screen height.

The bottom navigation bar is overlapping the login content on certain screen sizes and resolutions. This affects usability, as important actions (like buttons and links) become partially hidden or hard to interact with.
The bottom navigation bar should:
Stay fixed without overlapping the main content, or
Push the content above it with proper spacing (padding/margin), or
Be responsive and reposition itself based on screen height.