Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tabs Not Clickable on Smaller Screens #3

Open
YuxinZhang214 opened this issue Aug 1, 2023 · 1 comment
Open

Tabs Not Clickable on Smaller Screens #3

YuxinZhang214 opened this issue Aug 1, 2023 · 1 comment

Comments

@YuxinZhang214
Copy link
Contributor

Describe the bug
On smaller screens, the clickable tabs in the Create page cannot be selected due to responsive design issue.

To Reproduce
Steps to reproduce the behaviour:

  1. Open the application in a web browser and adjust the window size to emulate a smaller screen or use the device toolbar in developer tools to emulate a mobile device.
  2. Go to Create Page
  3. Notice that the tabs are out of the screen

Expected behaviour
The application should be responsive, and elements should adjust correctly to accommodate smaller screen sizes.

Actual behaviour
Elements are not adjust correctly to accommodate smaller screen sizes.

Suggested Solution
This problem likely lies within the CSS or UI framework used for styling the tabs. We should review the styling rules for these elements and ensure they are responsive.

Screenshots
Screenshot 2023-08-01 at 11 57 29

Environment

  • OS: macOS Ventura 13.2.1
  • Browser: Chrome 115.0.5790.114
  • Node.js version: v16.17.1
@ozgurakgun
Copy link
Contributor

@YuxinZhang214 has a fix that uses dropdowns instead.

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

No branches or pull requests

2 participants