Skip to content

Commit

Permalink
SAK-50164 Double scrollbars at bottom of Gradebook are not user-friendly
Browse files Browse the repository at this point in the history
  • Loading branch information
i-a-m-s-k committed Nov 12, 2024
1 parent f461ccd commit c228418
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#gradebookSpreadsheet,
#gradebookGradesToolbar {
margin-top: 15px;
overflow-x: hidden;
}
#gradeTableWrapper {
position: relative;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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">
<main id="$pageWrapperClass" class="portal-main-content #if( $numberTools > 1 || $homePage)Mrphs-multipleTools #end" role="main">
<h2 class="skip visually-hidden" tabindex="-1" id="tocontent">${rloader.sit_contentshead}</h2>
#parse("/vm/morpheus/includeSiteHierarchy.vm")
Expand Down

0 comments on commit c228418

Please sign in to comment.