-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Instructor Home Page: Dropdown buttons on mobile #12658
Comments
Good First Issue - Notes for Contributors Please note that we allow only one We do not assign issues to contributors. If you would like to pick up this issue, do post a comment below to express your interest and check if there is anyone else who is already working on the issue. We will do our best to reply and give you the go-ahead, but if we don't, feel free to submit a PR as long as there is no one else working on it. To get started, do read through our contributing guidelines carefully, and set up a development environment on your local machine before making a PR. If you need any clarifications on our developer guide, or are facing issues that are not found in our troubleshooting guide, please post a message in our discussion forum. |
hey , I think I can take up the issue & raise PR once confirmed |
Hi @Tejasker, sure please go ahead! |
hey @weiquu , |
Thanks @weiquu Thanks |
* fixed changes & made responsive drop down for the indtructor home page * resolved the issues that are causing test cases that are failing * resolved the Component testing issues that is causing test cases fail. * resolved the E2E testing issues. * resolved the E2E testing issues. * resolved the E2E testing issues. * resolved the E2E testing issues. * resolved the E2E testing issues. * resolved the E2E testing issues. * modified & made small adjustments in the code as required --------- Co-authored-by: Jason Qiu <[email protected]> Co-authored-by: Dominic Lim <[email protected]>
…EAMMATES#12662) * fixed changes & made responsive drop down for the indtructor home page * resolved the issues that are causing test cases that are failing * resolved the Component testing issues that is causing test cases fail. * resolved the E2E testing issues. * resolved the E2E testing issues. * resolved the E2E testing issues. * resolved the E2E testing issues. * resolved the E2E testing issues. * resolved the E2E testing issues. * modified & made small adjustments in the code as required --------- Co-authored-by: Jason Qiu <[email protected]> Co-authored-by: Dominic Lim <[email protected]>
The dropdown buttons on mobile overflow / are clipped at the edge of the screen.
Example of overflow (note that it extends beyond the full-width footer):
Example of clipping by the side:
(I'm using width 467)
The dropdown should be within the screen width itself.
The text was updated successfully, but these errors were encountered: