Skip to content

fix(ui): resolve floating elements overlap across responsive breakpoints#6

Open
thinakaran123 wants to merge 3 commits intoaaventure1:mainfrom
thinakaran123:fix/floating-elements
Open

fix(ui): resolve floating elements overlap across responsive breakpoints#6
thinakaran123 wants to merge 3 commits intoaaventure1:mainfrom
thinakaran123:fix/floating-elements

Conversation

@thinakaran123
Copy link
Copy Markdown

PR Description

Summary

This PR fixes UI issues where floating elements were overlapping each other across multiple screen sizes. The layout has been adjusted to improve usability and visual consistency without affecting the desktop design.

Problem

Floating UI elements were overlapping and causing visual clutter at different responsive breakpoints:

320px

375px

768px

1200px+

This affected accessibility, readability, and interaction on smaller screens.

Changes Made

  • Adjusted the width and height of floating elements
  • Updated positioning to prevent overlap
  • Improved responsive behavior across mobile and desktop breakpoints
  • Maintained existing desktop layout wherever possible

Breakpoints Tested

✅ 320px
✅ 375px
✅ 768px
✅ 1200px+

Before / After
Screenshots attached below demonstrating the UI improvements.

a)Audited at the 320px looks like the floating elements are bigger hence change the width and height of it
BEFORE CHANGES:-
image
AFTER CHANGES:-
image

B) Audited at the 375px and 768px looks like the floating elements are bigger hence change the width and height of it and the position are over lapping each other fix that as well.
BEFORE CHANGES:-
image

AFTER CHANGES:-
image

C) Audited at desktop size (1200px) Fixed the overlap problems of the floating elements

Contribution Approach

To keep reviews simple and auditable, I am addressing UI issues one bug at a time and submitting separate PRs for each fix.

Related Issue

#2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant