-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Fix reporting drop down menu on data-download instructor dashboard. #18786
Conversation
jenkins run python |
Your PR has finished running tests. There were no failures. |
@@ -1541,6 +1541,7 @@ | |||
background: white; | |||
padding: 5px; | |||
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); | |||
z-index: 2; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why z-index 2? Is it relevant to other z-index?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for explaining.
EdX Release Notice: This PR has been deployed to the staging environment in preparation for a release to production on Friday, August 17, 2018. |
EdX Release Notice: This PR has been deployed to the production environment. |
EDUCATOR-3327
Description:
This PR fixes the display of Section Problem Reporting Drop Down menu that is hidden behind the report list
How to Test?
Prod Edge
https://edge.edx.org/courses/course-v1:UQx+UQACADEMICINTEGRITY+2018/instructor#view-data_download
Sandbox
https://menu.sandbox.edx.org/courses/course-v1:edX+DemoX+Demo_Course/instructor#view-data_download
Screenshot
Before Fix
After Fix
Reviewers
If you've been tagged for review, please check your corresponding box once you've given the 👍.
Post-review