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

SAK-50164 Double scrollbars at bottom of Gradebook are not user-friendly #13017

Open
wants to merge 1 commit into
base: 23.x
Choose a base branch
from

Conversation

i-a-m-s-k
Copy link
Contributor

Added d-flex and flex-column bootstrap classes. In addition, added an overflow-x: hidden to _gradebook.scss. There is no additional scroll bar on web desktop screen now for Gradebook tool. Only one scrollbar is present for the table.

@@ -28,7 +28,7 @@
#else
#set( $numberTools = $pageColumn0Tools.size() )
#end
<div class="portal-main-container container-fluid mt-2">
<div class="portal-main-container container-fluid mt-2 d-flex flex-column">
Copy link
Member

Choose a reason for hiding this comment

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

The issue is specific to the gradebook table, so changes should be made in gradebook-tool. I don’t think we need to update the entire portal.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

The portal-main-container changes were a part of SAK-50454 that were not merged in 23.x. Hence, I added it here as well and made changes for the gradebook tool specifically (overflow-x: hidden in gradebookGradesToolbar).

Copy link
Member

Choose a reason for hiding this comment

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

Thanks for the explanation, @i-a-m-s-k! It looks like SAK-50454 may be merged into 23.x soon, which could lead to a conflict. I'll check in with @ern on this.

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.

2 participants