Skip to content

Conversation

@KhushamBansal
Copy link

  • Updated media query breakpoint from 768px to 769px to eliminate gap
  • Added !important flags to display, visibility, and opacity properties
  • Fixed mobile overflow and height issues for carousel content
  • Ensured feature section is visible across all screen sizes
  • Fixed speed prop type in Slider component (string to number)
  • Added explicit styling to MesheryFeaturesWrapper for mobile devices

Fixes mobile view issue where content under 'Manage your clusters' heading was not visible on devices with viewport width <= 768px

Description

This PR fixes #7274

Notes for Reviewers

Signed commits

  • Yes, I signed my commits.

- Updated media query breakpoint from 768px to 769px to eliminate gap
- Added !important flags to display, visibility, and opacity properties
- Fixed mobile overflow and height issues for carousel content
- Ensured feature section is visible across all screen sizes
- Fixed speed prop type in Slider component (string to number)
- Added explicit styling to MesheryFeaturesWrapper for mobile devices

Fixes mobile view issue where content under 'Manage your clusters'
heading was not visible on devices with viewport width <= 768px

Signed-off-by: Khusham Bansal <kbkhushambansal@gmail.com>
@KhushamBansal KhushamBansal marked this pull request as draft December 27, 2025 07:44
@l5io
Copy link
Contributor

l5io commented Dec 27, 2025

🚀 Preview for commit b5c0f1a at: https://694f919befaca90ed926c2a5--layer5.netlify.app

@saurabhraghuvanshii
Copy link
Contributor

@KhushamBansal some changes are unwanted or just lint changes so revert that

Copy link
Contributor

@kishore08-07 kishore08-07 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@KhushamBansal

  • Kindly remove the !important flags.
  • Keep this PR scoped to the required fix and remove any unrelated or unnecessary changes. Also, remove any unused CSS from your changes.

@KhushamBansal KhushamBansal marked this pull request as draft December 27, 2025 14:20
@KhushamBansal
Copy link
Author

@kishore08-07, is there a way to run this locally so I can preview the changes?

@saurabhraghuvanshii
Copy link
Contributor

@KhushamBansal you can run on locally using make site but, you'll not able to produce this issue on local so it's better to push your changes and wait for Pr preview link

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.

Content hidden on small screen devices (tablet and mobile)

4 participants